diff options
| author | shizhendong <[email protected]> | 2023-07-25 17:51:32 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2023-07-25 17:51:32 +0800 |
| commit | 74e19bc9af398283952b4dfade249e09a5d51d8f (patch) | |
| tree | 6242ef86b9b247d7c00e324370b633e2b8039197 | |
| parent | 19bbf020b2b535e291c65bb50d3eedeea4833ec2 (diff) | |
| parent | 18386e5aa37b5b38144ff9307aabc6dd01d9d105 (diff) | |
Merge remote-tracking branch 'origin/dev-3.7' into dev-3.8rel-23.07.01
| -rw-r--r-- | src/main/resources/logback-spring.xml | 2 |
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" /> |
