From cb71a9349e3ad01075e19500f16025f675bb6737 Mon Sep 17 00:00:00 2001 From: Mehdikhody Date: Sat, 10 Feb 2024 05:21:28 +0330 Subject: [PATCH] Update log configuration in config.json --- web/service/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/service/config.json b/web/service/config.json index 6cf6c3a6..ab3542c8 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -1,8 +1,7 @@ { "log": { - "access": "none", - "dnsLog": false, - "loglevel": "warning" + "loglevel": "warning", + "error": "./error.log" }, "api": { "tag": "api",