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