updated logback configuration

This commit is contained in:
2022-04-23 08:39:46 +02:00
parent e32f218545
commit 5e1bc10855
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -11,6 +11,6 @@
<appender-ref ref="STDOUT" />
</root>
<logger name="de.srsoftware" level="DEBUG" />
<logger name="de.srsoftware" level="INFO" />
</configuration>