Is there any built-in automate way to log controller request events to system log?
A:
Yup - it's just Python's standard logger, so it can output to a bunch of different streams. I wrote a blog article on understanding the TG2 logger that might be helpful.
RyanWilcox
2010-07-01 19:59:16
Nice and simple (and built-in, of course)! I'll try it out and I'll post my results here.
2010-07-02 12:13:39