Skip to content

Commit

Permalink
EPMRPP-87692 set auto analyzer mode "All launches with the same name"…
Browse files Browse the repository at this point in the history
… by default (#954)
  • Loading branch information
grabsefx authored Nov 22, 2023
1 parent d1433bd commit a24202c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public enum ProjectAttributeEnum {
AUTO_PATTERN_ANALYZER_ENABLED(Prefix.ANALYZER + "isAutoPatternAnalyzerEnabled",
String.valueOf(false)),
AUTO_ANALYZER_ENABLED(Prefix.ANALYZER + "isAutoAnalyzerEnabled", String.valueOf(true)),
AUTO_ANALYZER_MODE(Prefix.ANALYZER + "autoAnalyzerMode", AnalyzeMode.BY_LAUNCH_NAME.getValue()),
AUTO_ANALYZER_MODE(Prefix.ANALYZER + "autoAnalyzerMode", AnalyzeMode.CURRENT_AND_THE_SAME_NAME.getValue()),
ALL_MESSAGES_SHOULD_MATCH(Prefix.ANALYZER + "allMessagesShouldMatch", String.valueOf(false)),
SEARCH_LOGS_MIN_SHOULD_MATCH(Prefix.ANALYZER + "searchLogsMinShouldMatch",
String.valueOf(ProjectAnalyzerConfig.MIN_SHOULD_MATCH)),
Expand Down

0 comments on commit a24202c

Please sign in to comment.