diff options
| author | Scott Gasch <[email protected]> | 2022-08-18 08:54:59 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-08-18 08:54:59 -0700 |
| commit | 91df4fa006f7f4fba8e38a97941c5a4ad9b83706 (patch) | |
| tree | 9cbae663eac71d6127ce2d4c6b8c268eaa5a2800 /logging_utils.py | |
| parent | a993e44371ada4ae0c592058bd98f1c61342c04f (diff) | |
Add an option to exit immediately upon setting zookeeper. Change the
verbosity of a warning.
Diffstat (limited to 'logging_utils.py')
| -rw-r--r-- | logging_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logging_utils.py b/logging_utils.py index 39453b4..f7e3be6 100644 --- a/logging_utils.py +++ b/logging_utils.py @@ -427,7 +427,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) if config.config['logging_clear_preexisting_handlers'] and preexisting_handlers_count > 0: - logger.warning( + logger.debug( 'Logging cleared %d global handlers (--logging_clear_preexisting_handlers)', preexisting_handlers_count, ) |
