소스 검색

feat: 新增debug

bianzhenhua123 1 개월 전
부모
커밋
0bcd46ed08
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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" />