[OGo-Bugs][Bug 1736] Add RPC to retrieve log entries since

bugs@opengroupware.org bugs@opengroupware.org
Wed, 5 Mar 2008 16:16:17 +0100 (CET)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1736


awilliam@whitemice.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |RESOLVED




------- Additional Comments From awilliam@whitemice.org  2008-03-05 16:00 -------
Created an attachment (id=606)
 --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=606&action=view)
Adds log::since operation

Log entries can be queried like -
  logs = [[self getCTX] runCommand:@"log::since",
				   @"logId", arg1,
				   nil];
The command only executes as root (superuser).	It also returns a maximum of
150 entires.

------- Additional Comments From awilliam@whitemice.org  2008-03-05 16:16 -------
Committed in r2094.  Supported in zOGI via getAuditEntries method as of r2095.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.