Description
To analyze calls to the JCR API we can enable trace level logging. However, currently only the operation is logged (e.g. getNode), but not the path. Also, applications that have thousands of JCR method calls will write too many log messages.
That means we currently have both too much logging (too many lines), and not enough logging (not logging useful info).
It would be good if with trace level setting enabled, JCR method calls are logged in more detail (e.g. path), and optionally with sampling.
Attachments
Attachments
Issue Links
- links to