From 4b852025617c7051c3b6dd23bc5bf3f2ce9497e9 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 21 Aug 2023 09:41:48 -0400 Subject: [PATCH] fix xray log filepath --- opt/xray/d2ray.json.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opt/xray/d2ray.json.in b/opt/xray/d2ray.json.in index e2f457b..a88964a 100644 --- a/opt/xray/d2ray.json.in +++ b/opt/xray/d2ray.json.in @@ -1,8 +1,8 @@ { "log": { "loglevel": "{{LOG_LEVEL}}", - "access": "{{LOG_DIR}}/access.log", - "error": "{{LOG_DIR}}/error.log" + "access": "{{LOG_DIR}}/xray/access.log", + "error": "{{LOG_DIR}}/xray/error.log" }, "inbounds": [ {