You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Howard Gao (Jira)" <ji...@apache.org> on 2022/08/15 03:29:00 UTC

[jira] [Created] (ARTEMIS-3938) Adding logger-properties option to Artemis CLI create command

Howard Gao created ARTEMIS-3938:
-----------------------------------

             Summary: 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


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)