Hi, Recently we modified the Sling Commons Log to use Logback (SLING-2024). Along with this change many new features were added (more details at [1])
* Compatible with existing Sling Commons Log * LogBack configuration can be provided via Logback config xml * ConfigurationAdmin integration - Logback Config can be enhanced via config obtained from OSGi configuration admin * Supports Appenders registered as OSGi Services * Supports Filters and TurboFilters registered as OSGi Services * Sling FIlter to expose various request properties as part of MDC (SLING-3048) * Support providing Logback config as fragments through OSGi Service Registry * Feature rich WebConsole Plugin and Configuration Printer support With all these features its now possible to obtain precise logs and simplify debugging process in a running Sling server. As of now most of the planned feature work in this area is done. Would like to know if Sling users require any other feature to be added to the Log component. Any suggestion or feedback are welcome!! Chetan Mehrotra [1] https://github.com/chetanmeh/sling-logback
