소스 검색

修改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:
   url_prefix: /gateway/api
   port: 32000
+  log_skip_paths:
+    - /gateway/api/version
 services:
   timeoutSec: 30
   example_base_url: http://localhost:31000

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

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