Skip to content

Commit

Permalink
Merge pull request #956 from JeffersonLab/svt-filter-log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick authored Mar 30, 2023
2 parents 10d3449 + dca8335 commit 7e9a7ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class EventFlagFilter extends EventReconFilter {

private static Logger LOGGER = Logger.getLogger(EventFlagFilter.class.getPackage().getName());
private static Level LEVEL = Level.WARNING;
private static Level LEVEL = Level.FINE;

String[] flagNames = {"svt_bias_good", "svt_position_good", "svt_burstmode_noise_good", "svt_event_header_good", "svt_latency_good", "svt_readout_overlap_good"};

Expand Down

0 comments on commit 7e9a7ea

Please sign in to comment.