Forráskód Böngészése

test case for log

v2ray 10 éve
szülő
commit
b083773411

+ 5 - 0
testing/scenarios/data/test_1_server.json

@@ -1,5 +1,10 @@
 {
   "port": 50001,
+  "log": {
+    "access": "access.log",
+    "error": "error.log",
+    "loglevel": "error"
+  },
   "inbound": {
     "protocol": "vmess",
     "settings": {

+ 5 - 0
testing/scenarios/data/test_3_client.json

@@ -1,5 +1,10 @@
 {
   "port": 50020,
+  "log": {
+    "access": "access.log",
+    "error": "error.log",
+    "loglevel": "error"
+  },
   "inbound": {
     "protocol": "dokodemo-door",
     "settings": {