Updating event abstracts related.
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user