mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix nicelogger for Python 3.12
This commit is contained in:
parent
fdac4af358
commit
2a63ddef7a
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class TornadoLogFormatter(logging.Formatter):
|
|||
'filename', 'exc_info', 'exc_text', 'created', 'funcName',
|
||||
'processName', 'process', 'msecs', 'relativeCreated', 'thread',
|
||||
'threadName', 'name', 'levelno', 'msg', 'pathname', 'stack_info',
|
||||
'taskName',
|
||||
})
|
||||
|
||||
if record.exc_info:
|
||||
|
|
Loading…
Add table
Reference in a new issue