Skip to content

How can i change log level of artemis broker? #891

Closed Answered by brusdev
lnthai2002 asked this question in Q&A
Discussion options

You must be logged in to vote

@lnthai2002 your logging.properties is wrong:

monitorInterval=5 
rootLogger.level=DEBUG 
rootLogger.appenderRef.console.ref=console 
logger.activemq.name=org.apache.activemq 
logger.activemq.level=DEBUG 
logger.artemis_server.name=org.apache.activemq.artemis.core.server 
logger.artemis_server.level=INFO 
logger.artemis_journal.name=org.apache.activemq.artemis.journal 
logger.artemis_journal.level=INFO 
logger.artemis_utils.name=org.apache.activemq.artemis.utils 
logger.artemis_utils.level=INFO 
logger.critical_analyzer.name=org.apache.activemq.artemis.utils.critical 
logger.critical_analyzer.level=INFO 
logger.audit_base.name=org.apache.activemq.audit.base 
logger.audit_base.level=OFF 
lo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lnthai2002
Comment options

@brusdev
Comment options

Answer selected by brusdev
@lnthai2002
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants