Log request processing steps in repository to make it accesible to the
generated html page
------------------------------------------------------------------------------------------
Key: SLING-688
URL: https://issues.apache.org/jira/browse/SLING-688
Project: Sling
Issue Type: Improvement
Components: Engine
Environment: Ubuntu64, java6
Reporter: Renaud Richardet
This is an extension to SLING-3 and follow-up comments
(http://markmail.org/message/mbb7sw4cqzun6fa2). The idea is to log request
processing steps and make them available to the generated HTML page (to make it
easier to understand how the page was generated). 2-steps process:
1) in RequestProgressTrackerLogFilter, save debug information (in a JCR node,
e.g. at /var/log/requestprogress/YYYY/MM/DD/ms), add nodePath in response (as
parameter)
2) add small js script on html page that gets debug information via AJAX (using
nodePath param)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.