Kaynağa Gözat

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

xusl 3 yıl önce
ebeveyn
işleme
88198afb11

+ 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
+