zyy
2025-11-25 5208a38ba080c322f0f0b6a01ac527ee30fe4204
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<configuration scan="true" scanPeriod="60 seconds" debug="false">
 
    <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
    <include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
 
    <root level="info">
        <appender-ref ref="CONSOLE"/>
    </root>
 
    <logger name="com.yami.trading" level="info"/>
    <logger name="org.mybatis" level="warn"/>
    <logger name="org.apache.ibatis" level="warn"/>
    <logger name="com.baomidou.mybatisplus" level="warn"/>
</configuration>