Github user tabish121 commented on the issue: https://github.com/apache/activemq-artemis/pull/1601 I wouldn't tie together all the bits into this one env flag, most often logging the binary stuff adds nothing other than noise in all but some very specific cases. To be honest activating logging based on env vars seems weird in a modern Java app where we have fancy things like loggers that can be configured in config files specific to the running application.
---