ottlinger commented on code in PR #204:
URL: https://github.com/apache/creadur-rat/pull/204#discussion_r1454986628
##########
apache-rat-core/src/main/java/org/apache/rat/Report.java:
##########
@@ -327,6 +338,10 @@ static Options buildOptions() {
Option dir = new Option("d", "dir", false, "Used to indicate source
when using --exclude");
opts.addOption(dir);
+ opts.addOption( Option.builder().argName("level").longOpt(LOG_LEVEL)
+ .hasArgs().desc("sets the log level. Valid options are:
DEBUG, INFO, WARN, ERROR, NONE")
Review Comment:
Didn't we use OFF at other enums within the code instead of NONE?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]