Xray-core icon indicating copy to clipboard operation
Xray-core copied to clipboard

把config.json中的日志项access:none后,使用xray api restartlogger --server=127.0.0.1:10085 后返回{},并且仍然继续输出日志到access.log中

Open cppbeliever opened this issue 2 years ago • 0 comments

我修改config.json中的log为: "log": { "loglevel": "debug", "access": "none", //不输出日志到access.log中 "error": "/home/xxxx/xray_log/error.log" } 然后执行xray api restartlogger --server=127.0.0.1:10085后发现access.log仍然在继续刷日志出来. 需要执行systemctl restart xray才不会继续输出日志到access.log

求大佬指点迷津?

cppbeliever avatar Dec 25 '23 06:12 cppbeliever