Log for user activity on Aggregate

Dear,

Do we have any log for user activity on Aggregate?

Thank you in advance

We don't emit a separate access log.

Tomcat can be configured to do that (search for access log).

On AppEngine, the logs are inherently access logs, with internal logging
split out under each access log heading.

Aggregate produces copious internal logging of most activities, and always
logs every delete action.

And the data tables include standard audit fields:

_creation_date
_creator_uri_user
_last_update_date
_last_update_uri_user

If you perform regular data backups, configure access logging, and retain
logs, you should be able to use these to track changes back to individual
requests.

ยทยทยท ------------- Mitch

On Wed, Nov 12, 2014 at 10:11 PM, plannerqadeer@gmail.com wrote:

Dear,

Do we have any log for user activity on Aggregate?

Thank you in advance

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Dear Mitch,

Thank you for your response. You are always very helpful. I wish I could serve other people like you.