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",