Linking text statement to mentioned docs

refactor PR 9568 for issue 9540
This commit is contained in:
Dajuan Mcdonald 2022-01-29 03:16:34 -05:00 committed by GitHub
parent ee9ddff34e
commit 779d90d969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ logging records as they are emitted directly into the console.
You can specify the logging level for which log records with equal or higher 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 level are printed to the console by passing ``--log-cli-level``. This setting
accepts the logging level names as seen in python's documentation or an integer 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. as the logging level num.
Additionally, you can also specify ``--log-cli-format`` and Additionally, you can also specify ``--log-cli-format`` and