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

ASF GitHub Bot logged work on AMQ-8317:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Oct/23 05:57
            Start Date: 20/Oct/23 05:57
    Worklog Time Spent: 10m 
      Work Description: jbonofre closed pull request #714: AMQ-8317 add config 
param to toggle inclusive terms in logs
URL: https://github.com/apache/activemq/pull/714




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

    Worklog Id:     (was: 886300)
    Time Spent: 2h 20m  (was: 2h 10m)

> Add a Broker config parameter to flip between deprecated terminology
> --------------------------------------------------------------------
>
>                 Key: AMQ-8317
>                 URL: https://issues.apache.org/jira/browse/AMQ-8317
>             Project: ActiveMQ
>          Issue Type: Sub-task
>          Components: Broker
>            Reporter: Matt Pavlovich
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> In BrokerService:
> # create field 'useDeprecatedTopologyTerminology'
> # For 5.17.0 default to 'true'
> # Update the logging statement to wrap deprecated and targeted-for-remove 
> code with an if block using this field.
> {noformat}
>      if(isUseDeprecatedTopologyTerminology()) {
>         LOG.warn("Master Failed - starting all connectors");
>      } else {
>         LOG.warn("Active Failed - starting all connectors"); 
>      }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to