Skip to content

Commit b6cf335

Browse files
committed
fix path
1 parent f202207 commit b6cf335

File tree

1 file changed

+1
-1
lines changed
  • pythonkr_backend/pythonkr_backend/settings

1 file changed

+1
-1
lines changed

pythonkr_backend/pythonkr_backend/settings/prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'apps_file': {
4343
'level': 'INFO',
4444
'class': 'logging.handlers.RotatingFileHandler',
45-
'filename': '/home/pk/log/apps.log',
45+
'filename': '/home/pk/logs/apps.log',
4646
'maxBytes': 5242880, # 5MB
4747
'backupCount': 5,
4848
'formatter': 'verbose',

0 commit comments

Comments
 (0)