Add link to python docs
This commit is contained in:
parent
eddfab9937
commit
a7209c329d
|
@ -198,9 +198,8 @@ Note that relative paths for the log-file location, whether passed on the CLI or
|
||||||
config file, are always resolved relative to the current working directory.
|
config file, are always resolved relative to the current working directory.
|
||||||
|
|
||||||
You can also specify the logging level for the log file by passing
|
You can also specify the logging level for the log file by passing
|
||||||
``--log-file-level``. This setting accepts the logging level names as seen in
|
``--log-file-level``. This setting accepts the logging level names or numeric
|
||||||
python's documentation(ie, uppercased level names) or an integer as the logging
|
values as seen in :ref:`logging's documentation <python:levels>`.
|
||||||
level num.
|
|
||||||
|
|
||||||
Additionally, you can also specify ``--log-file-format`` and
|
Additionally, you can also specify ``--log-file-format`` and
|
||||||
``--log-file-date-format`` which are equal to ``--log-format`` and
|
``--log-file-date-format`` which are equal to ``--log-format`` and
|
||||||
|
|
Loading…
Reference in New Issue