Make the logs for the build manager more bearable.
This commit is contained in:
parent
86852da4ba
commit
ef0806bd9d
2 changed files with 1 additions and 1 deletions
|
@ -73,4 +73,5 @@ def run_build_manager():
|
|||
|
||||
if __name__ == '__main__':
|
||||
logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT)
|
||||
logging.getLogger('peewee').setLevel(logging.WARN)
|
||||
run_build_manager()
|
||||
|
|
Reference in a new issue