epugh commented on code in PR #2721: URL: https://github.com/apache/solr/pull/2721#discussion_r1779473538
########## solr/core/src/java/org/apache/solr/cli/AssertTool.java: ########## @@ -131,7 +131,9 @@ public List<Option> getOptions() { @Override public int runTool(CommandLine cli) throws Exception { - verbose = cli.hasOption(SolrCLI.OPTION_VERBOSE.getOpt()); + debug = + cli.hasOption((SolrCLI.OPTION_DEBUG.getOpt())) + || cli.hasOption(SolrCLI.OPTION_VERBOSE.getOpt()); Review Comment: I think I need to dig more in and write a unit test to prove that works! -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org