Browse Source

updated logback configuration

drop_old_mail
Stephan Richter 3 years ago
parent
commit
e2a96cac25
  1. 2
      pom.xml
  2. 2
      src/main/resources/logback.xml

2
pom.xml

@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.9</version> <version>0.2.10</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

2
src/main/resources/logback.xml

@ -1,4 +1,4 @@
<configuration scan="true" scanPeriod="30 seconds" debug="true"> <configuration debug="true">
<!-- scan="true" enables automatic updates if config file changes, see http://logback.qos.ch/manual/configuration.html --> <!-- scan="true" enables automatic updates if config file changes, see http://logback.qos.ch/manual/configuration.html -->
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder> <encoder>

Loading…
Cancel
Save