换下日志

This commit is contained in:
2025-09-26 16:36:11 +08:00
parent 0338f3c675
commit 6f0bf4d57c

View File

@ -46,7 +46,7 @@
</appender>
<!-- 针对 MyBatis SQL 日志 -->
<logger name="com.ibatis" level="DEBUG" additivity="false">
<logger name="org.apache.ibatis" level="DEBUG" additivity="false">
<appender-ref ref="INFO_FILE_APPENDER"/>
<appender-ref ref="STDOUT"/>
</logger>