Skip to content

Commit

Permalink
Remove debug logging filter
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Jan 31, 2025
1 parent 32f1228 commit 3efd89d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
/**
* Tests for the field mutating update processors that parse Dates, Longs, Doubles, and Booleans.
*/
@org.apache.solr.util.LogLevel(
"org.apache.solr.update.processor.ParseDateFieldUpdateProcessorFactory=DEBUG") // nocommit
public class ParsingFieldUpdateProcessorsTest extends UpdateProcessorTestBase {
private static final double EPSILON = 1E-15;
private static final DateTimeFormatter isoDateOptionalTimeFormatter =
Expand Down

0 comments on commit 3efd89d

Please sign in to comment.