ppkarwasz commented on code in PR #5457: URL: https://github.com/apache/accumulo/pull/5457#discussion_r2037988853
########## assemble/conf/log4j2-service.properties: ########## @@ -20,7 +20,7 @@ ## Log4j2 file that configures logging for all Accumulo services ## The system properties referenced below are configured by accumulo-env.sh -status = info +status = warn Review Comment: We [deprecated the `status` attribute](https://logging.apache.org/log4j/2.x/manual/configuration.html#configuration-attribute-status) in version `2.24.0`, since this is a per-configuration setting that modifies a resource shared by all the logger context configurations of a system. We recommend removing the attribute and using the [`log4j2.statusLoggerLevel`](https://logging.apache.org/log4j/2.x/manual/configuration.html#configuration-attribute-status) configuration property. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org