Is there any built-in automate way to log controller request events to system log?
Is there any built-in automate way to log controller request events to system log?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.