Hey all, I'm trying to sort out some of our logging issues when using sling and sling logging (2.0.2-incubator).
I can happily store a configuration for the PID org.apache.sling.commons.log.LogManager moving everything to WARN etc., but we really only want to move certain categories to WARN. Looking at the configuration management console I see theres two additional logging related configurations available: - org.apache.sling.commons.log.LogManager.factory.config - org.apache.sling.commons.log.LogManager.factory.writer If I store a configuration against org.apache.sling.commons.log.LogManager.factory.config I see it stored, but its not being bound to anything and not used. Is this functionality not yet available, or do I need a newer sling-logging dependency? Also, is it possible to configure additional appenders (such as the SMTP appender)? Mark -- "It is easier to optimize correct code than to correct optimized code." -- Bill Harlan
