corrected log output to stderr

This commit is contained in:
jstaerk
2022-05-07 15:29:15 +02:00
parent a2f4d2d76e
commit c4ab3c2b4d
2 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
- upgraded en16931 validation to 1.3.8
- Be able to embed Cross Industry Delivery Advice
- update xr to v. 2.2
- logging output now stderr again, since 2.4.0 it had mistakenly been on stdout
2.5.0
=======
2022-04-07

View File

@@ -54,6 +54,13 @@
<artifactId>logback-core</artifactId>
<version>1.2.10</version>
</dependency>
<dependency>
<!-- This library is needed so that logback stderr output is sent to, well, stderr, otherwise it lands in stdout -->
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.1.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log -->
<dependency>
<groupId>com.googlecode.slf4j-maven-plugin-log</groupId>