소스 검색

配置文件增加文件上报日志配置项

xusl 3 년 전
부모
커밋
88198afb11
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      ipfcst-console/src/main/resources/application.yml

+ 11 - 0
ipfcst-console/src/main/resources/application.yml

@@ -88,3 +88,14 @@ management:
   endpoint:
     health:
       show-details: ALWAYS
+fileupload:
+  # 文件上报动态日志配置
+  log:
+    level: info
+    totalSizeCap: 20480MB
+    maxFileSize: 50MB
+    maxHistory: 90
+  nettyServer:
+    # 服务端等待接收信息的时间,单位:秒
+    readerIdleTime: 60
+