瀏覽代碼

修改bug

yjp 1 年之前
父節點
當前提交
6db4758139
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      project/gateway/deployment/config/config.yaml
  2. 2 0
      project/server/deployment/config/config.yaml

+ 2 - 0
project/gateway/deployment/config/config.yaml

@@ -1,6 +1,8 @@
 api:
 api:
   url_prefix: /gateway/api
   url_prefix: /gateway/api
   port: 32000
   port: 32000
+  log_skip_paths:
+    - /gateway/api/version
 services:
 services:
   timeoutSec: 30
   timeoutSec: 30
   example_base_url: http://localhost:31000
   example_base_url: http://localhost:31000

+ 2 - 0
project/server/deployment/config/config.yaml

@@ -1,6 +1,8 @@
 api:
 api:
   url_prefix: /example/api
   url_prefix: /example/api
   port: 31000
   port: 31000
+  log_skip_paths:
+    - /example/api/version
 infrastructure:
 infrastructure:
   database:
   database:
     operations:
     operations: