Skip to content

Commit 3efd89d

Browse files
committed
Remove debug logging filter
1 parent 32f1228 commit 3efd89d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

solr/core/src/test/org/apache/solr/update/processor/ParsingFieldUpdateProcessorsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
/**
4343
* Tests for the field mutating update processors that parse Dates, Longs, Doubles, and Booleans.
4444
*/
45-
@org.apache.solr.util.LogLevel(
46-
"org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory=DEBUG") // nocommit
4745
public class ParsingFieldUpdateProcessorsTest extends UpdateProcessorTestBase {
4846
private static final double EPSILON = 1E-15;
4947
private static final DateTimeFormatter isoDateOptionalTimeFormatter =

0 commit comments

Comments
 (0)