gaohoward opened a new pull request, #4177:
URL: https://github.com/apache/activemq-artemis/pull/4177
This feature is to enable creating broker instance with custom logging
configurations from CLI.
The command would be like:
artemis create broker0 --logger-properties <logger properties file>
The *logger properties file* is a java properties file containing broker's
jboss logging properties intended to update the default logging properties.
example of the properties file:
{noformat}
logger.handlers=CONSOLE
logger.org.apache.activemq.audit.base.handlers=CONSOLE
logger.org.apache.activemq.audit.base.level=WARN
logger.level=WARN
{noformat}
Once applied those properties will be configured in the logging.properties
of the created broker instance config dir.
--
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]