Browse Source

bug:
1. 修复日志配置

Jing.Li 4 năm trước cách đây
mục cha
commit
1a3aa59b88
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/resources/logback.xml

+ 1 - 0
src/main/resources/logback.xml

@@ -89,5 +89,6 @@
 		<appender-ref ref="console"/>
 		<appender-ref ref="fileBase"/>
 		<appender-ref ref="fileError"/>
+		<appender-ref ref="sqlDebug"/>
 	</root>
 </configuration>