summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2023-07-25 17:51:32 +0800
committershizhendong <[email protected]>2023-07-25 17:51:32 +0800
commit74e19bc9af398283952b4dfade249e09a5d51d8f (patch)
tree6242ef86b9b247d7c00e324370b633e2b8039197
parent19bbf020b2b535e291c65bb50d3eedeea4833ec2 (diff)
parent18386e5aa37b5b38144ff9307aabc6dd01d9d105 (diff)
Merge remote-tracking branch 'origin/dev-3.7' into dev-3.8rel-23.07.01
-rw-r--r--src/main/resources/logback-spring.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index aee4abb..490e453 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -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" />