Sfoglia il codice sorgente

bug:
1. 修复日志配置

Jing.Li 4 anni fa
parent
commit
1a3aa59b88
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>