File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ logging records as they are emitted directly into the console.
176
176
177
177
You can specify the logging level for which log records with equal or higher
178
178
level are printed to the console by passing ``--log-cli-level ``. This setting
179
- accepts the logging level names as seen in python's documentation or an integer
180
- as the logging level num .
179
+ accepts the logging level names or numeric values as seen in
180
+ :ref: ` logging's documentation < python:levels >` .
181
181
182
182
Additionally, you can also specify ``--log-cli-format `` and
183
183
``--log-cli-date-format `` which mirror and default to ``--log-format `` and
@@ -198,9 +198,8 @@ Note that relative paths for the log-file location, whether passed on the CLI or
198
198
config file, are always resolved relative to the current working directory.
199
199
200
200
You can also specify the logging level for the log file by passing
201
- ``--log-file-level ``. This setting accepts the logging level names as seen in
202
- python's documentation(ie, uppercased level names) or an integer as the logging
203
- level num.
201
+ ``--log-file-level ``. This setting accepts the logging level names or numeric
202
+ values as seen in :ref: `logging's documentation <python:levels >`.
204
203
205
204
Additionally, you can also specify ``--log-file-format `` and
206
205
``--log-file-date-format `` which are equal to ``--log-format `` and
You can’t perform that action at this time.
0 commit comments