corrected log output to stderr
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user