You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@airflow.apache.org by Sayeh Roshan <ag...@gmail.com> on 2021/02/19 05:53:51 UTC

DAGs stdout

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.