From 07b07286490b2e43a37fd068adb1264b9f90df90 Mon Sep 17 00:00:00 2001 From: Dajuan Mcdonald <16410995+FIOpwK@users.noreply.github.com> Date: Sun, 30 Jan 2022 00:25:47 -0500 Subject: [PATCH] more text linking to referenced docs --- doc/en/how-to/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/logging.rst b/doc/en/how-to/logging.rst index edc293a29..cc91e8b3e 100644 --- a/doc/en/how-to/logging.rst +++ b/doc/en/how-to/logging.rst @@ -201,7 +201,7 @@ means that it will be overwritten at each run tests session. You can also specify the logging level for the log file by passing ``--log-file-level``. This setting accepts the logging level names as seen in -python's documentation(ie, uppercased level names) or an integer as the logging +`python's documentation `_ (ie, uppercased level names) or an integer as the logging level num. Additionally, you can also specify ``--log-file-format`` and