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
So that debug messages are not printed out when executing tests.
Logback logging config file is "redundant" since we already have
log4j.properties. The former is used by test process and is preferred
since it log4j can not be found on DSE classpath. The latter is used by
obsolete EmbeddedCassandra and needs to be removed in the future.
0 commit comments