Browse Source

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

xusl 3 năm trước cách đây
mục cha
commit
88198afb11
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  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
+