diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-03 17:24:04 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-04 01:15:55 +0300 |
| commit | 618a5662837b0c70a88782ccb47e1cb634241bb3 (patch) | |
| tree | 8fb6841d3e47bc64b24b776b4ea61a8f95aff903 /web/service/config.json | |
| parent | 6804facabc27a5dc72a8db22bbaaf2c245161323 (diff) | |
new - select option for loglevel & access log
Diffstat (limited to 'web/service/config.json')
| -rw-r--r-- | web/service/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/service/config.json b/web/service/config.json index 82f7dddf..5c25ed92 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -1,7 +1,8 @@ { "log": { - "loglevel": "warning", - "error": "./error.log" + "access": "none", + "dnsLog": false, + "loglevel": "warning" }, "api": { "tag": "api", |
