Browse Source

Moving accounting log to /var/log/coin/

Alexandre Aubin 7 years ago
parent
commit
60bb7a4305
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/settings_base.py

+ 1 - 1
coin/settings_base.py

@@ -199,7 +199,7 @@ LOGGING = {
             'level':'DEBUG',
             'class':'logging.handlers.RotatingFileHandler',
             'formatter': 'verbose',
-            'filename': '/opt/coin/accounting.log',
+            'filename': '/var/log/coin/accounting.log',
             'maxBytes': 1024*1024*15, # 15MB
             'backupCount': 10,
         },