I was involved in the older thread and went ahead used the logging module and haven't had any problems logging to file and to MySQL. I did a bit more research and think it's thread safe. But I haven't had many concurrent users so YMMV.
Chris On Jun 9, 4:04 am, mdipierro <[email protected]> wrote: > I forgot. Thanks for bringing this up. Let me give it some thought. > > Massimo > > On Jun 8, 9:13 pm, Richard <[email protected]> wrote: > > > > > hi, > > > I want to log some requests and came across a thread describing > > potential problems with the logging > > module:http://groups.google.com/group/web2py/browse_thread/thread/3870cb582a... > > > I would rather not manually use open(file, 'w').write(...), so what > > would you suggest as alternative? > > > Massimo hinted: > > "Perhaps there should be a logging command in web2py to avoid the > > problems with the logging module. " > > Has there been any development on this? > > > Richard- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

