增加日志输出

This commit is contained in:
Olia Lisa
2026-05-19 10:07:58 +08:00
parent f6502d9005
commit a5cd2efb4d
2 changed files with 4 additions and 2 deletions
@@ -1,7 +1,8 @@
{ {
"log": { "log": {
"level": "info", "level": "info",
"timestamp": true "timestamp": true,
"output": "/var/log/sing-box/sing-box.log"
}, },
"inbounds": [ "inbounds": [
{ {
@@ -1,7 +1,8 @@
{ {
"log": { "log": {
"level": "info", "level": "info",
"timestamp": true "timestamp": true,
"output": "/var/log/sing-box/sing-box.log"
}, },
"inbounds": [ "inbounds": [
{ {