We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3b98b commit d47622eCopy full SHA for d47622e
src/main/resources/logback.xml
@@ -1,5 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<configuration>
+<!--
3
+ Logback-classic can scan for changes in its configuration file and automatically reconfigure itself when the configuration file changes.
4
+-->
5
+<configuration scan="true" scanPeriod="5 seconds">
6
<property name="logname" value="ssmbootstrap_table" />
7
<property name="logbase" value="${catalina.base}/logs/ssmbootstrap_table/" />
8
<jmxConfigurator />
0 commit comments