[web2py] logging in web2py

2013-11-10 Thread Jayadevan M
Hi, We wanted to log user actions in a customized manner. For example User abc clicked on link http://dsdsdfsdf;, User user2 rquested access etc. This, ieally, should be logged into a database table so that we can analyze user behaviour later. Also, in the event of such inserts failing, the

[web2py] Logging in web2py

2010-08-16 Thread Yarin
I've posted an updated slice with an in-depth treatment of logging in web2py. http://web2pyslices.com/main/slices/take_slice/91 Based on our earlier discussion http://groups.google.com/group/web2py/browse_thread/thread/d3b534113a904cd7/4d3f9f10d402210d?lnk=gstq=logging#4d3f9f10d402210d

Re: [web2py] Logging in web2py

2010-08-16 Thread Jonathan Lundell
On Aug 16, 2010, at 1:31 PM, Yarin wrote: I've posted an updated slice with an in-depth treatment of logging in web2py. http://web2pyslices.com/main/slices/take_slice/91 I've got a patch pending that adds a (standard format) logging configuration file, and converts all of web2py's logging