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

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

     [ https://issues.apache.org/jira/browse/ARTEMIS-3938?focusedWorklogId=800502&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-800502 ]

ASF GitHub Bot logged work on ARTEMIS-3938:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Aug/22 07:00
            Start Date: 15/Aug/22 07:00
    Worklog Time Spent: 10m 
      Work Description: 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.




Issue Time Tracking
-------------------

            Worklog Id:     (was: 800502)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)