diff options
| author | shizhendong <[email protected]> | 2023-07-25 17:55:32 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2023-07-25 17:55:32 +0800 |
| commit | 97c6f3df332c2f1aa206d527a1ec064e5c88a451 (patch) | |
| tree | b5b4cdfbe83acf0e359b64f656692605c0ee0690 | |
| parent | e3730a0aeb480ddc5c8a6ea13e2d35af9dea7442 (diff) | |
| parent | e534617d114fcee094fef743de190667a29f3e58 (diff) | |
Merge remote-tracking branch 'origin/master' into dev-23.04
| -rw-r--r-- | tools/logback-spring.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/logback-spring.xml b/tools/logback-spring.xml index 2a74e12..68fa1c4 100644 --- a/tools/logback-spring.xml +++ b/tools/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.springboot.sample" level="warn" /> |
