The Apache Sling team is pleased to announce the release of Apache Sling Log Tracer version 1.0.0
Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets, selected based on simple name conventions, to process HTTP requests in a RESTful way. Log Tracer provides support for enabling the logs for specific category at specific level and only for specific request. It provides a very fine level of control via config provided as part of HTTP request around how the logging should be performed for given category. https://sling.apache.org/documentation/bundles/log-tracers.html This release is available from http://sling.apache.org/site/downloads.cgi Building from verified sources is recommended, but convenience binaries are also available via Maven: <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.tracer</artifactId> <version>1.0.0</version> </dependency> Release Notes: New feature being introduced with this release is around Tracer Recording [1] which allows retrieving all collected trace data for a given request in json format for further analysis ** New Feature * [SLING-5459] - Recording of tracer logs ** Sub-task * [SLING-5504] - Reduce memory footprint of stored recording data * [SLING-5505] - Allow recording of caller stacktrace with the logs * [SLING-5507] - Collect more details around query execution Enjoy! -The Sling team [1] https://sling.apache.org/documentation/bundles/log-tracers.html#tracer-recording
