From 420cc934ccbea41cffe0e8e33c9a24a6c815f795 Mon Sep 17 00:00:00 2001 From: Itxaso Aizpurua Date: Sun, 23 Oct 2022 22:32:27 +0200 Subject: [PATCH] docs syntax fix --- doc/en/how-to/logging.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/how-to/logging.rst b/doc/en/how-to/logging.rst index 723a79739..9957a9bb8 100644 --- a/doc/en/how-to/logging.rst +++ b/doc/en/how-to/logging.rst @@ -59,6 +59,7 @@ Specific loggers can be disabled via ``--log-disable={logger_name}``. This argument can be passed multiple times: .. code-block:: bash + pytest --log-disable=main --log-disable=testing Further it is possible to disable reporting of captured content (stdout,