Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.24.0
-
None
-
None
Description
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:
logger.handlers=CONSOLE logger.org.apache.activemq.audit.base.handlers=CONSOLE logger.org.apache.activemq.audit.base.level=WARN logger.level=WARN
Once applied those properties will be configured in the logging.properties of the created broker instance config dir.
Attachments
Issue Links
- links to