Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-03 17:24:04 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-04 01:15:55 +0300
commit618a5662837b0c70a88782ccb47e1cb634241bb3 (patch)
tree8fb6841d3e47bc64b24b776b4ea61a8f95aff903 /web/service
parent6804facabc27a5dc72a8db22bbaaf2c245161323 (diff)
new - select option for loglevel & access log
Diffstat (limited to 'web/service')
-rw-r--r--web/service/config.json5
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",