From a7aada911a8ff3bcc47456b7a5924da939a2a63d Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:02:24 -0600 Subject: [PATCH] fix description of default log level (#379) --- docs/Users_Guide/hovmoeller.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/hovmoeller.rst b/docs/Users_Guide/hovmoeller.rst index ff200a4c..8113d8eb 100644 --- a/docs/Users_Guide/hovmoeller.rst +++ b/docs/Users_Guide/hovmoeller.rst @@ -99,8 +99,8 @@ a Hovmoeller plot. .. literalinclude:: ../../metplotpy/plots/config/hovmoeller_defaults.yaml -In the default config file, logging is set to stdout and the log level is ERROR (i.e. any log messages -of type ERROR, WARNING, and ERROR will be logged). If the log_filename and log_level are +In the default config file, logging is set to stdout and the log level is ERROR (i.e. only log messages +of type ERROR will be logged). If the log_filename and log_level are not specified in the custom configuration file, these settings will be used.