Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
a71bace098
  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.30</version> <version>0.2.31</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

2
src/main/resources/logback.xml

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

Loading…
Cancel
Save