diff --git a/http2/config.json b/http2/config.json index e9b6fa7..2656d5a 100644 --- a/http2/config.json +++ b/http2/config.json @@ -1,4 +1,9 @@ { + "log": { + "access": "/var/log/v2ray/access.log", + "error": "/var/log/v2ray/error.log", + "loglevel": "warning" + }, "inbound": { "port": 443, "protocol": "vmess", diff --git a/tls/config.json b/tls/config.json index 4bf08e5..439291c 100644 --- a/tls/config.json +++ b/tls/config.json @@ -1,4 +1,9 @@ { + "log": { + "access": "/var/log/v2ray/access.log", + "error": "/var/log/v2ray/error.log", + "loglevel": "warning" + }, "inbounds": [ { "port": 10086,