From 4ade396f9b008e34905c40d3df4c7d8f831dac01 Mon Sep 17 00:00:00 2001 From: fiopwk Date: Sat, 29 Jan 2022 03:04:48 -0500 Subject: [PATCH] mention of python's documentation should be refereced in context with logging page link --- doc/en/logging.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/en/logging.rst b/doc/en/logging.rst index 0f493fb08..6e45c205c 100644 --- a/doc/en/logging.rst +++ b/doc/en/logging.rst @@ -183,7 +183,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 @@ -270,5 +270,3 @@ file: More details about the discussion that lead to this changes can be read in issue `#3013 `_. - -Log level table can be read at `logging-level `_