perf: logback.xml 开启定期扫描配置 scanPeriod="60 seconds"

This commit is contained in:
shizhendong
2023-07-25 17:52:38 +08:00
parent c6efffee85
commit bff7a87e51

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configuration scan="true" scanPeriod="60 seconds">
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<logger name="org.springframework.web" level="info" />
<logger name="org.apache" level="warn" />