Disable default debug logs for workers
https://coreosdev.atlassian.net/browse/QUAY-771
This commit is contained in:
parent
d40defd756
commit
8a4d583f65
6 changed files with 6 additions and 6 deletions
|
@ -63,7 +63,7 @@ class Worker(object):
|
|||
pass
|
||||
|
||||
def start(self):
|
||||
logging.config.fileConfig(logfile_path(debug=True), disable_existing_loggers=False)
|
||||
logging.config.fileConfig(logfile_path(debug=False), disable_existing_loggers=False)
|
||||
|
||||
if not app.config.get('SETUP_COMPLETE', False):
|
||||
logger.info('Product setup is not yet complete; skipping worker startup')
|
||||
|
|
Reference in a new issue