fix xray log filepath

This commit is contained in:
quackerd 2023-08-21 09:41:48 -04:00
parent fdb1acdaef
commit 4b85202561
1 changed files with 2 additions and 2 deletions

View File

@ -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": [
{