From 7042debfcb78f0f4364dc7ff028c06d8325fcf84 Mon Sep 17 00:00:00 2001 From: Oleg Silkin Date: Fri, 19 Jul 2019 00:31:40 -0400 Subject: [PATCH] Moves logs to new log dir --- config/conf.json | 4 ++-- logs/__init__.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 logs/__init__.py diff --git a/config/conf.json b/config/conf.json index bdeaaf1..d72a4b5 100644 --- a/config/conf.json +++ b/config/conf.json @@ -5,8 +5,8 @@ "BACKUP": "database/comments.backup.db", "DEFAULT": "database/default.db", "TEST": "tests/test.db", - "ERROR_LOG": "error.log", - "LOG": "server.log" + "ERROR_LOG": "logs/error.log", + "LOG": "logs/server.log" }, "LOGGING_FORMAT": "%(asctime)s - %(levelname)s - %(module)s - %(funcName)s - %(message)s", "HOST": "localhost", diff --git a/logs/__init__.py b/logs/__init__.py new file mode 100644 index 0000000..e69de29