gmunozfe opened a new issue, #2129: URL: https://github.com/apache/incubator-kie-kogito-apps/issues/2129
### Describe the bug In `data-index-service-common/src/main/resources/META-INF/microprofile-config.properties`, the following line `quarkus.log.console.level=INFO` is affecting the logging behavior of your other modules as **data-index-service-postgresql** because Quarkus is merging configurations. So, that forces to define that property for a lower level in that application, e.g. `quarkus.log.console.level=TRACE` ### Expected behavior As that configuration is applied after logger categories and hidden under a different jar, it's challenging to detect for overriding it. Each module should filter the console level for itself. ### Actual behavior You cannot see console traces under INFO level, unless you override that property (even if you set correctly your particular logger category) ### How to Reproduce? _No response_ ### Output of `uname -a` or `ver` _No response_ ### Output of `java -version` _No response_ ### GraalVM version (if different from Java) _No response_ ### Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM) _No response_ ### Build tool (ie. output of `mvnw --version` or `gradlew --version`) _No response_ ### Additional information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
