From 764b9b2593009f8f5055897dab0629f3260da92a Mon Sep 17 00:00:00 2001 From: les Date: Thu, 27 May 2021 00:04:28 +0200 Subject: [PATCH] minor --- config/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 8ba03d98..6bb9080f 100644 --- a/config/default.json +++ b/config/default.json @@ -6,7 +6,8 @@ "host": "localhost", "port": 13120 }, - "loglevel": "debug", + "log_level": "debug", + "log_path": "/opt/gancio/logs", "db": { "dialect": "sqlite", "storage": "./db.sqlite",