mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-24 22:10:41 +08:00
utils: fix: change notify level to info
This commit is contained in:
parent
82cf5c7c14
commit
0e376f337b
1 changed files with 1 additions and 1 deletions
2
utils.py
2
utils.py
|
@ -286,7 +286,7 @@ def configure_logger(logger, format='%(asctime)s - %(name)-18s - %(levelname)s -
|
|||
|
||||
logger.setLevel(logging.DEBUG)
|
||||
fformatter = ExceptionFormatter(fmt=format, notify=False)
|
||||
cformatter = ExceptionFormatter(fmt=format, notify=True)
|
||||
cformatter = ExceptionFormatter(fmt=format, notify=enable_notify)
|
||||
logging.addLevelName(49, 'Exception')
|
||||
# create file handler
|
||||
if logfile:
|
||||
|
|
Loading…
Reference in a new issue