Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(keiko-redis): test logging cleanups (#4775)
* chore(keiko-redis/test): add slf4j binding to keiko-redis tests so test output contains log messages and to avoid these error messages: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder". SLF4J: Defaulting to no-operation MDCAdapter implementation. SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details. * chore(keiko-redis-spring/test): add slf4j binding to keiko-redis-spring tests so test output contains log messages and to avoid these error messages: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. * chore(keiko-redis/test): tone down testcontainers logging since it's super verbose by default
- Loading branch information