jbertram commented on code in PR #5303:
URL: https://github.com/apache/activemq-artemis/pull/5303#discussion_r1809546728
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/integration/bootstrap/ActiveMQBootstrapLogger.java:
##########
@@ -23,23 +23,14 @@
/**
* Logger Code 10
*/
-@LogBundle(projectCode = "AMQ", regexID = "10[0-9]{4}")
+@LogBundle(projectCode = "AMQ", regexID = "10[0-9]{4}", retiredIDs = "101001,
101002, 101003")
Review Comment:
This list isn't necessarily meant to be exhaustive at the moment. I just
took the IDs from the `@LogMessage` instances that I removed. We may have
duplicates eventually from something we've removed historically, but this
should give us a sensible way to avoid duplicates moving forward. In the future
it might be worth adding IDs that were removed historically.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact