Lee2532 commented on issue #39682:
URL: https://github.com/apache/airflow/issues/39682#issuecomment-2120627003
What happen if you change your script to? print to logging
import time
import logging
if __name__ == '__main__':
for i in range(10):
time.sleep(2)
logging.info("RUNNING")
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]