mirror of https://github.com/v2ray/v2ray-core
remove unnecessary logging config
parent
76a616ebff
commit
6e0aeb6603
|
@ -1,9 +1,4 @@
|
||||||
{
|
{
|
||||||
"log" : {
|
|
||||||
"access": "/var/log/v2ray/access.log",
|
|
||||||
"error": "/var/log/v2ray/error.log",
|
|
||||||
"loglevel": "warning"
|
|
||||||
},
|
|
||||||
"inbound": {
|
"inbound": {
|
||||||
"port": 10086,
|
"port": 10086,
|
||||||
"protocol": "vmess",
|
"protocol": "vmess",
|
||||||
|
|
Loading…
Reference in New Issue