Skip to content

Commit

Permalink
:fix: reduce Artemis audit log verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: riccardomodanese <[email protected]>
  • Loading branch information
riccardomodanese committed Nov 19, 2024
1 parent de80b39 commit be84cb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assembly/broker-artemis/configurations/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</appender>

<logger name="liquibase" level="WARN"/>
<logger name="org.apache.activemq.audit.base" level="WARN"/>
<logger name="org.apache.activemq.audit.message" level="WARN"/>
<logger name="org.apache.activemq.audit.resource" level="WARN"/>

<root level="INFO">
<appender-ref ref="console"/>
Expand Down

0 comments on commit be84cb5

Please sign in to comment.