Github user tabish121 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1601
Not trying to criticize really, just seems like we should try and make it
easier in a way that leverages the logging and logging config that way you
could control easier the level of granularity on what you are getting and
narrow it down when trying to find specific issues.
While the 5.x stuff is far from perfect it does use a separate logger for
frames which you can toggle on or off in the log4j.properties file to help you
filter AMQP code debugger data from the frame tracing.
---