Clean up and debugging.

This commit is contained in:
Scott Idem
2023-01-30 17:29:01 -05:00
parent bbf23e9f0b
commit b510a44adf
3 changed files with 11 additions and 9 deletions

View File

@@ -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',