This commit is contained in:
Yu-Jie Lin 2017-04-17 22:01:09 +00:00 committed by GitHub
commit fc43497ea1

View file

@ -470,7 +470,8 @@ def main():
except Exception as e:
if (args.verbosity == logging.DEBUG):
raise
logger.error(
'Exception occurred: %s', e, exc_info=True)
logger.warning(
'Caught exception "%s". Reloading.', e)