Depress the debug log from futurist.periodics

Change-Id: I5794553582a0a3783ca280775c1b34b45deb294a
This commit is contained in:
Lingxian Kong 2018-04-13 01:38:08 +12:00
parent 16b5d8adad
commit 5572617ff4
1 changed files with 2 additions and 1 deletions

View File

@ -222,7 +222,8 @@ def parse_args(args=None, usage=None, default_config_files=None):
'keystoneclient=INFO',
'requests.packages.urllib3.connectionpool=CRITICAL',
'urllib3.connectionpool=CRITICAL',
'cotyledon=INFO'
'cotyledon=INFO',
'futurist.periodics=WARN'
]
default_log_levels = log.get_default_log_levels()
default_log_levels.extend(_DEFAULT_LOG_LEVELS)