Make the logs for the build manager more bearable.

This commit is contained in:
Jake Moshenko 2015-01-26 15:27:39 -05:00
parent 86852da4ba
commit ef0806bd9d
2 changed files with 1 additions and 1 deletions

View file

@ -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()