Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Add ERROR to list of log level options. (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored and lucassaldanha committed Jul 15, 2019
1 parent 3d98c4a commit 09320a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ void setBannedNodeIds(final List<String> values) {
names = {"--logging", "-l"},
paramLabel = "<LOG VERBOSITY LEVEL>",
description =
"Logging verbosity levels: OFF, FATAL, WARN, INFO, DEBUG, TRACE, ALL (default: INFO)")
"Logging verbosity levels: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL (default: ${DEFAULT-VALUE})")
private final Level logLevel = Level.INFO;

@Option(
Expand Down

0 comments on commit 09320a9

Please sign in to comment.