mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Testing CI - add sql logging for TestEncrypt run on CI server
This commit is contained in:
@@ -31,7 +31,7 @@ public class LoggedSqlCollector {
|
||||
|
||||
basicAppender.setContext(lc);
|
||||
Level level = logger.getEffectiveLevel();
|
||||
if (level.isGreaterOrEqual(Level.TRACE)) {
|
||||
if (level.isGreaterOrEqual(Level.INFO)) {
|
||||
logger.setAdditive(false);
|
||||
}
|
||||
logger.addAppender(basicAppender);
|
||||
|
||||
Reference in New Issue
Block a user