Skip to content

Commit

Permalink
Merge pull request #6270 from blueyed/docs-log_cli
Browse files Browse the repository at this point in the history
docs: add missing `log_cli` confval
  • Loading branch information
blueyed committed Nov 24, 2019
2 parents b7d908f + b9dd0e6 commit a8230d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/en/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,15 @@ passed multiple times. The expected format is ``name=value``. For example::
a specific entry in the log. ``extra`` kwarg overrides the value specified
on the command line or in the config.

.. confval:: log_cli

Enable log display during test run (also known as :ref:`"live logging" <live_logs>`).
The default is ``False``.

.. code-block:: ini
[pytest]
log_cli = True
.. confval:: log_cli_date_format

Expand Down

0 comments on commit a8230d7

Please sign in to comment.