I'm having additivity-related issues where if I enable additivity, certain
log messages will get output in the console, but get output twice in the
log file. If I disable additivity, then those log messages are no longer
duplicated in the file, but they're no longer output by log:tail.

I'm using Karaf 3.0.4. Example config:

log4j.rootLogger = INFO, out
log4j.logger.com.example = DEBUG, out
log4j.additivity.com.example = false

-- 
Matt Sicker <boa...@gmail.com>

Reply via email to