瀏覽代碼

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

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
+