From 779d90d96987d2a5eaa9c961111d1ce9943d3c22 Mon Sep 17 00:00:00 2001 From: Dajuan Mcdonald <16410995+FIOpwK@users.noreply.github.com> Date: Sat, 29 Jan 2022 03:16:34 -0500 Subject: [PATCH] Linking text statement to mentioned docs refactor PR 9568 for issue 9540 --- 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 2e8734fa6..edc293a29 100644 --- a/doc/en/how-to/logging.rst +++ b/doc/en/how-to/logging.rst @@ -180,7 +180,7 @@ logging records as they are emitted directly into the console. You can specify the logging level for which log records with equal or higher level are printed to the console by passing ``--log-cli-level``. This setting -accepts the logging level names as seen in python's documentation or an integer +accepts the logging level names as seen in `python's documentation `_ or an integer as the logging level num. Additionally, you can also specify ``--log-cli-format`` and