Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-17101

[CD17] Log spam in category org.apache.activemq.audit.base

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.3.0.CD17
    • None
    • JMS
    • None
    • Workaround Exists
    • Hide

      Configure the logging subsystem to limit the offending category to WARN or higher severity:

                  <logger category="org.apache.activemq.audit.base">
                      <level name="WARN"/>
                  </logger>
      
      Show
      Configure the logging subsystem to limit the offending category to WARN or higher severity: <logger category= "org.apache.activemq.audit.base" > <level name= "WARN" /> </logger>

      Artemis is spamming the logs with what look like low-level messages, but recorded at INFO level:

      14:43:29,427 INFO  [org.apache.activemq.audit.base] (Thread-40 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@39c78b17)) AMQ601265: User 4dd3d543-be6a-4a9a-b5d2-5cac9efe8f0f is creating a core consumer on target resource ServerSessionI mpl(jms-session=*N/A*) [with parameters: [175, jms.queue.DCS_DEV.processDcsIntegrationQueue, null, 0, false, true, null]]                                                                                                                                                      
      

            jperkins-rhn James Perkins
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: