[fix] longer error logs
This commit is contained in:
parent
4db2561a8b
commit
0bdb4b6ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def get_logger(module, with_more_info=True):
|
|||
# handler = logging.StreamHandler()
|
||||
|
||||
handler = RotatingFileHandler(
|
||||
LOG_FILENAME, maxBytes=20000, backupCount=20)
|
||||
LOG_FILENAME, maxBytes=100000, backupCount=20)
|
||||
handler.setFormatter(formatter)
|
||||
|
||||
if with_more_info:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue