문제

Is there any built-in automate way to log controller request events to system log?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top