mention of python's documentation should be refereced in context with logging page link
This commit is contained in:
parent
068112dcff
commit
4ade396f9b
|
@ -183,7 +183,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
|
||||||
|
@ -270,5 +270,3 @@ file:
|
||||||
|
|
||||||
More details about the discussion that lead to this changes can be read in
|
More details about the discussion that lead to this changes can be read in
|
||||||
issue `#3013 <https://github.com/pytest-dev/pytest/issues/3013>`_.
|
issue `#3013 <https://github.com/pytest-dev/pytest/issues/3013>`_.
|
||||||
|
|
||||||
Log level table can be read at `logging-level <https://docs.python.org/3/library/logging.html#logging-levels>`_
|
|
||||||
|
|
Loading…
Reference in New Issue