minidumpserver:change logger format to debug
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
4d05e69c1d
commit
0a7d731eb7
@ -1003,7 +1003,10 @@ def config_log(debug):
|
||||
else:
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
logging.basicConfig(format="[%(levelname)s][%(name)s] %(message)s")
|
||||
logging.basicConfig(
|
||||
format="[%(levelname)s][%(asctime)s][%(lineno)d] %(message)s",
|
||||
datefmt="%H:%M:%S",
|
||||
)
|
||||
|
||||
|
||||
def auto_parse_log_file(logfile):
|
||||
|
Loading…
Reference in New Issue
Block a user