Augment logging at startup in debug mode; fix a bug in config.
[pyutils.git] / src / pyutils / logging_utils.py
index 98146a6ebf4ab095e6c2c06bdf106c760d6958c3..69b4d312d6f114e8aece7d29581ebcdd6c7dbc8c 100644 (file)
@@ -511,7 +511,7 @@ def _log_about_logging(
     level_name = logging._levelToName.get(
         default_logging_level, str(default_logging_level)
     )
-    logger.debug("Initialized global logging; default logging level is %s.", level_name)
+    logger.debug("Initialized global logging; logging level is %s.", level_name)
     if (
         config.config["logging_clear_preexisting_handlers"]
         and preexisting_handlers_count > 0