"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Why is there no timestamp in the turbogears access log format? > > I'd expect the output format of the log mesage to be: > host - user [timestamp] "GET ....." etc > > Is there a reason timestamp was not included? It doesn't seem to > terrible to add it in but I wonder if someone had a reason for not > including it before I played around with it.
It's just a matter of defining what you want. Remember that TG uses Python logging module: http://docs.python.org/lib/module-logging.html Be seeing you, -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
