views:

49

answers:

1

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
Nice and simple (and built-in, of course)! I'll try it out and I'll post my results here.