zrj
2024-06-24 92e3016b047556b66b7e8ca9f89cfea9712e334a
LOG 调整
1 files modified
2 ■■■ changed files
src/main/resources/log/logback-prod.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/log/logback-prod.xml
@@ -21,7 +21,7 @@
        </encoder>
        <!-- 打印日志级别 -->
        <filter class="ch.qos.logback.classic.filter.LevelFilter">
            <level>WARN</level>
            <level>INFO</level>
            <onMatch>ACCEPT</onMatch>
            <onMismatch>DENY</onMismatch>
        </filter>