I’m starting to develop a simple Tornado application, and I’d like to see request log in stdout while I develop. Currently I only see 404 warning messages.
Is there a way to have all requests printed in stdout?
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.
Add this to your app:
The parse_command_line function sets up logging. You can then pass
--logging=loglevel(e.g. debug)