You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding log4j as a test-dependency for all modules.
For all tests there is no logger implementation and hence it is difficult to debug the tests sometimes.
Added a `testCompile` dependency on log4j for all modules and log4j configuration file.
No more "no logger found" warning and logs configured.
0 commit comments