Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.9.9
-
None
Description
This is the companion to OAK-7849. Its aim is to record read operations in a log file, like this:
1540373238486 FelixStartLevel n? /:clusterConfig 1540373238497 FelixStartLevel n? /:clusterConfig 1540373238540 FelixStartLevel p? /:clusterConfig :clusterId 1540373238542 FelixStartLevel n? /:clusterConfig 1540373238551 FelixStartLevel p? /:clusterConfig :clusterId 1540373238560 FelixStartLevel n? /:clusterConfig 1540373238569 FelixStartLevel p? /:clusterConfig :clusterId 1540373243447 Apache+Sling+Repository+Startup+Thread n? /jcr:system 1540373243447 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes 1540373243447 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes/fd:xdp 1540373243541 Apache+Sling+Repository+Startup+Thread n? /jcr:system 1540373243541 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes 1540373243541 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes/sling:OsgiConfig 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes/sling:HierarchyNode 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes/sling:Folder 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/jcr:nodeTypes/sling:OrderedFolder 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/rep:namespaces 1540373243619 Apache+Sling+Repository+Startup+Thread n? /jcr:system/rep:namespaces/rep:nsdata 1540373243634 Apache+Sling+Repository+Startup+Thread p? /jcr:system/rep:namespaces sling
where n = node, p = property and '?' stands for "read" (so that the output can be combined with the log from OAK-7849, if desired).