Description
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.writes - For operations which perform writes/updates
Further these operations would be logged at Trace level
Attachments
Issue Links
- is related to
-
OAK-2516 Add user information in audit events in oak
- Closed