[ https://issues.apache.org/jira/browse/JCR-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910085#action_12910085 ]
Jukka Zitting commented on JCR-2741: ------------------------------------ I had to revert the MDC variables from session operations as they were adding too much overhead especially to small reads. See revision 997685. > 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 > Fix For: 2.2.0 > > > 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.