-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector tests are not logging properly #12
Comments
@SravanThotakura05 If we exclude jboss-logmanager dependencies from tests, all logs will be captured by the log4j backend. Therefore the log4j.properties file will be effective to adjust log levels during tests. Here is the snippet to add to the
|
I've also noticed usages of apache commons logging in |
The
pubsub-plus-connector
module pulls quarkus throughquarkus-smallrye-reactive-messaging
extension dependency and alsoweld-core-impl
for tests, which come with different logging backends.Connector tests need to be configured with a single logging backend to not miss logs from different libraries
The text was updated successfully, but these errors were encountered: