Update doc/en/how-to/logging.rst

Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Pax 2022-05-10 18:16:12 -07:00 committed by GitHub
parent 4ecc41c662
commit eddfab9937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -176,9 +176,8 @@ logging records as they are emitted directly into the console.
You can specify the logging level for which log records with equal or higher
level are printed to the console by passing ``--log-cli-level``. This setting
accepts the logging level names as seen in
`python's documentation <https://docs.python.org/3/library/logging.html#logging-levels>`_
or an integer as the logging level num.
accepts the logging level names or numeric values as seen in
:ref:`logging's documentation <python:levels>`.
Additionally, you can also specify ``--log-cli-format`` and
``--log-cli-date-format`` which mirror and default to ``--log-format`` and