Browse Source

feat: 新增debug

bianzhenhua123 4 weeks ago
parent
commit
0bcd46ed08
1 changed files with 5 additions and 5 deletions
  1. 5 5
      poyi-app/src/main/resources/logback.xml

+ 5 - 5
poyi-app/src/main/resources/logback.xml

@@ -99,12 +99,12 @@
     </appender>
 
 	<!--系统操作日志-->
+    <root level="debug">
+        <appender-ref ref="console" />
+    </root>
+
     <root level="info">
-        <if condition='p("logging.console.enabled").equals("true")'>
-            <then>
-                <appender-ref ref="console" />
-            </then>
-        </if>
+        <appender-ref ref="console" />
         <if condition='p("logging.file.enabled").equals("true")'>
             <then>
                 <appender-ref ref="file_info" />