瀏覽代碼

test case for log

v2ray 10 年之前
父節點
當前提交
b083773411
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5 0
      testing/scenarios/data/test_1_server.json
  2. 5 0
      testing/scenarios/data/test_3_client.json

+ 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": {