[ 
https://issues.apache.org/jira/browse/ARTEMIS-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram resolved ARTEMIS-3938.
-------------------------------------
    Resolution: Won't Do

> Adding logger-properties option to Artemis CLI create command
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-3938
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3938
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: Configuration
>    Affects Versions: 2.24.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> 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 message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to