Use python Logger package instead of print(log message)
Replace simple print statements used for logging by the Logger package: https://docs.python.org/2/library/logging.html
Replace simple print statements used for logging by the Logger package: https://docs.python.org/2/library/logging.html