From 9ae3d62afb2dcf446f6363c01fe21c0c417b8fcb Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 16 Mar 2023 11:22:28 +0100 Subject: [PATCH] Remove access.log in default config --- web/service/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/service/config.json b/web/service/config.json index 5370fcf4..70f49136 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -1,7 +1,6 @@ { "log": { - "loglevel": "warning", - "access": "./access.log" + "loglevel": "warning" }, "api": {