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::