Improved logging for session operations ---------------------------------------
Key: JCR-2741 URL: https://issues.apache.org/jira/browse/JCR-2741 Project: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-core Reporter: Jukka Zitting Assignee: Jukka Zitting Priority: Minor I'd like to add the following logging features to SessionOperations: * Use MDC [1] to make it possible to filter and redirect logs based on which session is being used * Add simple debug-level timing information for executed SessionOperations to help pinpoint performance issues * Classify SessionOperations as read or write operations, and log warnings (instead of the current debug messages) for concurrent writes on a session [1] http://logback.qos.ch/manual/mdc.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.