# Prevent the message from bubbling up to it's parents # by setting the logger's additivity to 0 in the config # file logger.additivity.SomeCategory = 0 # Tell a given appender not to accept messages # unless they were logged at a particular level logger.appender.log.theshold = FATAL