We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202207 commit b6cf335Copy full SHA for b6cf335
pythonkr_backend/pythonkr_backend/settings/prod.py
@@ -42,7 +42,7 @@
42
'apps_file': {
43
'level': 'INFO',
44
'class': 'logging.handlers.RotatingFileHandler',
45
- 'filename': '/home/pk/log/apps.log',
+ 'filename': '/home/pk/logs/apps.log',
46
'maxBytes': 5242880, # 5MB
47
'backupCount': 5,
48
'formatter': 'verbose',
0 commit comments