jbertram commented on PR #4177: URL: https://github.com/apache/activemq-artemis/pull/4177#issuecomment-1216777119
This change is tightly coupling the broker with JBoss Logging. We plan to move away from JBoss Logging in the not-too-distant future to SLF4J + Log4j 2.x. In order to continue working this code would have to be updated to work with Log4j 2.x (assuming that's even possible). That said, the logging _implementation_ is flexible with SLF4J so this feature would break with any other implementation other than Log4j 2.x. Tightly coupling the broker to a logging implementation is not tenable. In my opinion, the simplest & best solution for custom configuration is to just copy the custom config file to `etc` _after_ the broker has been created. Having the broker do this adds unnecessary complexity and further expands the CLI's `create` command which was originally designed to be _very_ simple. -- 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]
