keith-turner commented on code in PR #4899:
URL: https://github.com/apache/accumulo/pull/4899#discussion_r1771818422
##########
assemble/conf/log4j2.properties:
##########
@@ -33,6 +33,9 @@ appender.console.layout.pattern =
%style{%d{ISO8601}}{dim,cyan} %style{[}{red}%s
logger.shellaudit.name = org.apache.accumulo.shell.Shell.audit
logger.shellaudit.level = warn
+logger.shell.name = org.apache.accumulo.shell.Shell
Review Comment:
> Older versions of the shell supported a --debug option that would modify
the log output.
That makes sense. Looking back at the 1.10 code that functionality used
change the shell and core package logging settings. Not sure if the core
package should also be highlighted though.
https://github.com/apache/accumulo/blob/47ac68d1a220a90bc80618f9684252b243df6b27/shell/src/main/java/org/apache/accumulo/shell/Shell.java#L1213
--
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]