Skip to content

Commit

Permalink
Add ERROR to list of log level options. (hyperledger#1699)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
ajsutton authored and lucassaldanha committed Jul 15, 2019
1 parent 48d8149 commit ef47ffe
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 ef47ffe

Please sign in to comment.