Closed mihkels closed 7 years ago
Thanks. I have created a Pivotal ticket for this https://www.pivotaltracker.com/story/show/118379881
This issue has been fixed and will be included in the next release.
This issue is still causing problems in our Spring Boot project. logback.xml still exists in jar and is overriding our logging configuration. We are using spring boot 1.5.6 with gradle and digidoc4j 1.0.6
@rvillido I also have the same issue as @siimp . It seems logback.xml re-appeared in release 1.0.6. I've solved our issue by reverting to 1.0.5 until it is fixed.
Jep, somehow we managed to include logback.xml again, sorry! The next release will be without it.
No problem, thanks for the quick response ;)
In release 1.0.7 the logback configuration file logback.xml is removed from digidoc4j.jar file. It is still in digidoc4j-util.jar in order to reduce amount of generated log.
We are using Spring Boot in our project and it provides default logback.xml configuration but when we added DigiDoc4J maven dependency it overrided the Spring Boot logback configuration.
I do expect to see something like below:
But the output looks like this:
I propose to exclude logback.xml from DigiDoc4J JAR