Moves logs to new log dir
This commit is contained in:
parent
77f68694e2
commit
7042debfcb
2 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
"BACKUP": "database/comments.backup.db",
|
"BACKUP": "database/comments.backup.db",
|
||||||
"DEFAULT": "database/default.db",
|
"DEFAULT": "database/default.db",
|
||||||
"TEST": "tests/test.db",
|
"TEST": "tests/test.db",
|
||||||
"ERROR_LOG": "error.log",
|
"ERROR_LOG": "logs/error.log",
|
||||||
"LOG": "server.log"
|
"LOG": "logs/server.log"
|
||||||
},
|
},
|
||||||
"LOGGING_FORMAT": "%(asctime)s - %(levelname)s - %(module)s - %(funcName)s - %(message)s",
|
"LOGGING_FORMAT": "%(asctime)s - %(levelname)s - %(module)s - %(funcName)s - %(message)s",
|
||||||
"HOST": "localhost",
|
"HOST": "localhost",
|
||||||
|
|
0
logs/__init__.py
Normal file
0
logs/__init__.py
Normal file
Loading…
Reference in a new issue