XrayR-project / XrayR

A Xray backend framework that can easily support many panels. 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议,极易扩展,支持多面板对接
https://xrayr-project.github.io/XrayR-doc/
Mozilla Public License 2.0
2k stars 803 forks source link

How to disable dnsLog? #545

Closed zerodwide closed 7 months ago

zerodwide commented 9 months ago

Hi Guys

How to disable dnsLog in XrayR?

by adding dnsLog in log section of official Xray we can disable all output information on console, how to set this config in XrayR?

"dnsLog": false in

  "log": {
    "access": "文件地址",
    "error": "文件地址",
    "loglevel": "warning",
    "dnsLog": false
  }
}

according to https://xtls.github.io/config/log.html#logobject

Thanks in Advance.

zerodwide commented 9 months ago

I want to disable any kind of log print in XrayR console, like this one:

Dec 06 11:32:28 ubuntu XrayR[636581]: 2023/12/06 11:32:28 IP:PORT accepted tcp:graph.facebook.com:443 [V2ray_0.0.0.0_8443 -> IPv4_out] email: V2ray_0.0.0.0_8443|14252@DOMAIN.COM|14252

how can i do this?

github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 30 days with no activity.