From 4cdeeb4a3656a35c4b91cbcdd99d8b7c679f5e84 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期二, 17 十一月 2020 15:27:13 +0800
Subject: [PATCH] 修复一些日志设置

---
 src/main/resources/application.yml |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 5a752e5..5e6c1fc 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -49,5 +49,13 @@
     rtp: # 鍚敤udp澶氱鍙fā寮�
         enable: true
         udpPortRange: 30000,30500 # 绔彛鑼冨洿
-
-
+logging:
+    file:
+        name: logs/wvp.log
+        max-history: 30
+        max-size: 10MB
+        total-size-cap:300MB
+    level:
+        com:
+            genersoft:
+                iot: debug
\ No newline at end of file

--
Gitblit v1.8.0