apache / camel-karaf

Apache Camel Karaf support
https://camel.apache.org
Apache License 2.0
27 stars 61 forks source link

The log level of the integration test for the drill feature should not be DEBUG #452

Open essobedo opened 1 month ago

essobedo commented 1 month ago

It appears that the log level used for the camel-drill feature is DEBUG while INFO is expected which fills up the log file

stataru8 commented 1 month ago

I still haven't found a solution for this. Here is what I have discovered so far:

stataru8 commented 1 month ago

Interestingly enough, having this in the integration test classes breaks the test

System.setProperty("logback.configurationFile", ".../logback-test.xml");