-
Story
-
Resolution: Done
-
Minor
-
AMQ 7.4.0.CR2
Can we please move the logging below to its own logger. This is very useful logging to establish a "heartbeat" log statement (logging consistently every 5 seconds) when investigating potential CPU starvation or "pause" issues.
2019-05-23 16:48:47,414 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: / (/dev/disk1s1), usage at 0.956706
Right now, it is TRACE on the PagingManager logger. That includes other log statements that is too verbose to leave activated indefinitely in production.