Switch build manager to always just WARN on boto

This commit is contained in:
Joseph Schorr 2015-05-18 12:34:26 -04:00
parent 3daa0e6a52
commit 91b464d0de

View file

@ -76,4 +76,5 @@ def run_build_manager():
if __name__ == '__main__':
logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT)
logging.getLogger('peewee').setLevel(logging.WARN)
logging.getLogger('boto').setLevel(logging.WARN)
run_build_manager()