浏览代码

socket日志调整为debug级别

lighter 4 月之前
父节点
当前提交
ecdbc130ca
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 1 1
      pom.xml
  2. 4 0
      thyy-socket/src/main/resources/application.yml

+ 1 - 1
pom.xml

@@ -18,7 +18,7 @@
     <properties>
         <java.version>21</java.version>
         <thyy-utils>0.0.6</thyy-utils>
-        <thyy-socket>0.1.0</thyy-socket>
+        <thyy-socket>0.1.1</thyy-socket>
         <thyy-archive>0.1.1</thyy-archive>
         <thyy-haikang>0.0.5</thyy-haikang>
         <thyy-emr-query>1.5.1</thyy-emr-query>

+ 4 - 0
thyy-socket/src/main/resources/application.yml

@@ -5,3 +5,7 @@ spring:
   application:
     name: thyy-socket
 
+logging:
+  level:
+    org.thyy.socket: debug
+