martinariehm

Results 4 comments of martinariehm

Yes, please remove the logback.xml as it messes up our configuration as well.

logback.xml must be in the code using the library, not in the library itself. So probably moving the logback.xml from the library to whatever program you were implementing that wanted...

Moving the logback.xml from library to validator-cli is exactly what is needed imho. Logback configuration is done in the main programs that are using logback not in the libraries they...

See [here](https://logback.qos.ch/manual/configuration.html) for how to configure logback. One common way is to have a fallback logback.xml in the classpath (not in the library but, in the program that uses the...