This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[RRR-52] Logging
Created: Tue, 21 Dec 2004 14:14:11 -0800 (PST)  Updated: Thu, 3 Feb 2005 12:54:58 -0800 (PST)

Status:Open
Project:ReportRunner
Component/s:
Affects Version/s:0.3
Fix Version/s:0.6

Type:New FeaturePriority: Major
Reporter:NoneAssignee:Henri Yandell
Resolution:Unresolved 
Environment:


 Description   
Usage logging including time taken to run report...
Comment by bayard [ Wed, 22 Dec 2004 11:48:39 -0800 (PST) ]
ReportRunnerServlet writes to a log file, rrr.log.
Then there's a rrr.xml report file that is added to the reportrunner.xml. It uses rrr.log as a resource.

Custom report that turns the rrr.log into a Report object.
Comment by bayard [ Thu, 23 Dec 2004 14:06:24 -0800 (PST) ]
The rrr.log file is made nicely. Needs to have a header.
CsvReport is written, though the resource finding part is yet to be figured out.
Comment by bayard [ Wed, 29 Dec 2004 10:06:11 -0800 (PST) ]
LogQL. Maybe use the perl log.rules scripts I wrote as a design. Regexp should be of use here. Where clause, ordering, grouping is the tricky one.