Skip to content

Commit d47622e

Browse files
committed
update logback config
1 parent 3f3b98b commit d47622e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/logback.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<configuration>
2+
<!--
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">
36
<property name="logname" value="ssmbootstrap_table" />
47
<property name="logbase" value="${catalina.base}/logs/ssmbootstrap_table/" />
58
<jmxConfigurator />

0 commit comments

Comments
 (0)