Clean up and debugging.
This commit is contained in:
@@ -29,7 +29,7 @@ logging.config.dictConfig({
|
||||
'formatter': 'long',
|
||||
'filename': settings.LOG_PATH['app'],
|
||||
'maxBytes': 5242880, # 524,2880 = 5 MB
|
||||
'backupCount': 10
|
||||
'backupCount': 9
|
||||
},
|
||||
# 'log_file_warning': {
|
||||
# 'level': 'WARNING',
|
||||
@@ -37,7 +37,7 @@ logging.config.dictConfig({
|
||||
# 'formatter': 'long',
|
||||
# 'filename': settings.LOG_PATH['app_warning'],
|
||||
# 'maxBytes': 512000, # 524,288 = 512KB
|
||||
# 'backupCount': 5
|
||||
# 'backupCount': 9
|
||||
# },
|
||||
# 'test_handler': {
|
||||
# 'class': 'logging.StreamHandler',
|
||||
|
||||
Reference in New Issue
Block a user