Skip to content

Commit

Permalink
strictExpectedValues(false)
Browse files Browse the repository at this point in the history
Signed-off-by: Václav Muzikář <[email protected]>
  • Loading branch information
vmuzikar committed Nov 19, 2024
1 parent 24f7af5 commit b61e371
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public String toString() {
public static final Option<Level> LOG_LEVEL_CATEGORY = new OptionBuilder<>("log-level-<category>", Level.class)
.category(OptionCategory.LOGGING)
.description("The log level of a category.")
.strictExpectedValues(false)
.build();

public enum Output {
Expand Down

0 comments on commit b61e371

Please sign in to comment.