Updating event abstracts related.

This commit is contained in:
Scott Idem
2023-03-20 15:29:08 -04:00
parent a07c0121df
commit 02fa7225ac
2 changed files with 32 additions and 68 deletions

View File

@@ -28,7 +28,7 @@ logging.config.dictConfig({
'class': 'logging.handlers.RotatingFileHandler',
'formatter': 'long',
'filename': settings.LOG_PATH['app'],
'maxBytes': 5242880, # 524,2880 = 5 MB
'maxBytes': 10485760, # 5,242,880 = 5 MB; 10,485,760 = 10 MB
'backupCount': 9
},
# 'log_file_warning': {