change standardlogger to Info,this time realy
This commit is contained in:
parent
b218a36c46
commit
21cbe2dcd8
|
@ -1075,7 +1075,7 @@ if __name__ == "__main__":
|
|||
handler = logging.StreamHandler(sys.stdout)
|
||||
handler.setFormatter(logging.Formatter(fmt_string, "%H:%M:%S"))
|
||||
logger.addHandler(handler)
|
||||
logger.setLevel(logging.ERROR)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
|
||||
mainprogram = Main()
|
||||
|
|
Reference in New Issue
Block a user