Hi, I just noticed that if a user had a print statement in their DAG, it will be captured in Airflow Webserver logs. Is there away to make airflow ignore stdout of DAGs, like sending them to /dev/null? If users by mistake use print statements instead of using logging, accumulation of those prints may cause issues for web server. Best, Sayeh.
