mirror of https://github.com/v2ray/v2ray-core
test case for log
parent
15e6e6d80c
commit
b083773411
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"port": 50001,
|
||||
"log": {
|
||||
"access": "access.log",
|
||||
"error": "error.log",
|
||||
"loglevel": "error"
|
||||
},
|
||||
"inbound": {
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"port": 50020,
|
||||
"log": {
|
||||
"access": "access.log",
|
||||
"error": "error.log",
|
||||
"loglevel": "error"
|
||||
},
|
||||
"inbound": {
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
|
|
Loading…
Reference in New Issue