From c1bd2d6ff5486babf9b74b44afa538feca17a9d0 Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Mon, 23 Dec 2019 17:52:27 +0800 Subject: [PATCH] =?UTF-8?q?config=20=E6=B7=BB=E5=8A=A0log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http2/config.json | 5 +++++ tls/config.json | 5 +++++ 2 files changed, 10 insertions(+) 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,