Skip to content

Commit

Permalink
Remove ERROR log filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Jan 30, 2024
1 parent 3210efb commit 541c620
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.slf4j.LoggerFactory;

import static ch.qos.logback.classic.Level.DEBUG;
import static ch.qos.logback.classic.Level.ERROR;
import static io.vena.bosk.ListingEntry.LISTING_ENTRY;
import static io.vena.bosk.drivers.mongo.MainDriver.COLLECTION_NAME;
import static io.vena.bosk.drivers.mongo.MongoDriverRecoveryTest.FlushOrWait.FLUSH;
Expand All @@ -42,7 +41,7 @@ public class MongoDriverRecoveryTest extends AbstractMongoDriverTest {
@BeforeEach
void setupLogging() {
// This test deliberately provokes a lot of warnings, so log errors only
setLogging(ERROR, MainDriver.class, ChangeReceiver.class);
// setLogging(ERROR, MainDriver.class, ChangeReceiver.class);
}

@ParametersByName
Expand Down

0 comments on commit 541c620

Please sign in to comment.