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