summaryrefslogtreecommitdiff
path: root/doc/en/logging.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-01-20 12:08:51 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2018-01-20 12:08:51 -0200
commit27ae270159dc027ba6622ca43be3681204e84e2b (patch)
treed4ffb1e5bd6d6d48a88d2987da1f1580755d5821 /doc/en/logging.rst
parent2e40a8b3ca520fbb53cdb0a6239a0d03c8fd27bc (diff)
downloadpytest-27ae270159dc027ba6622ca43be3681204e84e2b.tar.gz
Mention in docs that log messages of level WARNING or above are captured
Diffstat (limited to 'doc/en/logging.rst')
-rw-r--r--doc/en/logging.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/logging.rst b/doc/en/logging.rst
index 9fdc6ffe5..98b80453a 100644
--- a/doc/en/logging.rst
+++ b/doc/en/logging.rst
@@ -6,8 +6,8 @@ Logging
.. versionadded:: 3.3
.. versionchanged:: 3.4
-Log messages are captured by default and for each failed test will be shown in
-the same manner as captured stdout and stderr.
+Pytest captures log messages of level ``WARNING`` or above automatically and displays them in their own section
+for each failed test in the same manner as captured stdout and stderr.
Running without options::