Skip to content

Commit

Permalink
Update ConsoleSinkFactory.java (apache#7350)
Browse files Browse the repository at this point in the history
Add existing rules to the optionRule
  • Loading branch information
chaos-cn authored Aug 9, 2024
1 parent dc3c239 commit 9216627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String factoryIdentifier() {

@Override
public OptionRule optionRule() {
return OptionRule.builder().build();
return OptionRule.builder().optional(LOG_PRINT_DATA, LOG_PRINT_DELAY).build();
}

@Override
Expand Down

0 comments on commit 9216627

Please sign in to comment.