Skip to content

Instantly share code, notes, and snippets.

@rhoegg
Created October 17, 2013 18:54
Show Gist options
  • Save rhoegg/7030267 to your computer and use it in GitHub Desktop.
Save rhoegg/7030267 to your computer and use it in GitHub Desktop.
# Mule and some dependencies
log4j.logger.org.mule=WARN
log4j.logger.com.mulesoft=WARN
log4j.logger.org.mule.DefaultMuleContext=INFO
log4j.logger.org.springframework=WARN
log4j.logger.org.apache=WARN
# Calm down, DataMapper
log4j.logger.org.jetel=WARN
log4j.logger.Tracking=WARN
# Reduce noise for Mule High Availability
log4j.logger.com.gigaspaces=ERROR
log4j.logger.com.j_spaces=ERROR
log4j.logger.com.sun.jini=ERROR
log4j.logger.net.jini=ERROR
# Your custom classes and flows
log4j.logger.com.confluex=INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment