You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2014/08/03 18:15:11 UTC

[jira] [Created] (OAK-2011) Log and read and write operations to different loggers

Chetan Mehrotra created OAK-2011:
------------------------------------

             Summary: Log and read and write operations to different loggers
                 Key: OAK-2011
                 URL: https://issues.apache.org/jira/browse/OAK-2011
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: jcr
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
            Priority: Minor
             Fix For: 1.1, 1.0.5


Currently all the operations are logged via {{org.apache.jackrabbit.oak.jcr.operations}} logger. In most case write operations are more interesting so we need to distinguish between the two cases so as to reduce the noise. So would be better to have two loggers
* org.apache.jackrabbit.oak.jcr.operations.reads - For operations which just perform reads
* org.apache.jackrabbit.oak.jcr.operations.write - For operations which perform writes/updates

Further these operations would be logged at Trace level 



--
This message was sent by Atlassian JIRA
(v6.2#6252)