Add loggers to capture internal and third party warnings and errors.
Redirect all third-party stdout to /dev/null.
Create a dir /logs where logs will be saved into. Give logs a unique name with date/time.
http://stackoverflow.com/questions/6735917/redirecting-stdout-to-nothing-in-python
Log in to post a comment.
Redirect all third-party stdout to /dev/null.
Create a dir /logs where logs will be saved into. Give logs a unique name with date/time.
http://stackoverflow.com/questions/6735917/redirecting-stdout-to-nothing-in-python