diff --git a/docs/Users_Guide/logging.rst b/docs/Users_Guide/logging.rst index 30795446..32f632d8 100644 --- a/docs/Users_Guide/logging.rst +++ b/docs/Users_Guide/logging.rst @@ -59,7 +59,8 @@ logging settings in Python scripts. | :code:`log_dir:` Specifies the directory where log files are stored. | :code:`log_filename:` Defines the name of the log file. | :code:`log_level:` Determines the verbosity of the log output. - Available levels are :code:`DEBUG, INFO, WARNING, and ERROR:`. + Available levels are :code:`DEBUG`, :code:`INFO`, :code:`WARNING`, + and :code:`ERROR:`. | :code:`log_level:` By setting the appropriate log level in your YAML configuration file (e.g., log_level: WARNING), you can control the verbosity of the log output, ensuring that only the necessary information is recorded.