You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airflow 2.9.3 version has log like [2025-10-23, 22:00:18 EDT] {logging_mixin.py:188} INFO - 2025/10/23 22:00:18 - GenericFTPDownload - Starting action [Create a folder]
and Airflow 3.0.6 has log like [2025-10-27, 17:30:08] INFO - 2025/10/27 08:00:08 - Start of workflow execution: chan="stdout": source="task"
How can we remove extra chan and source from each line of log in newer version. Is there any setting we have to enable in Airflow 3.0?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Airflow 2.9.3 version has log like [2025-10-23, 22:00:18 EDT] {logging_mixin.py:188} INFO - 2025/10/23 22:00:18 - GenericFTPDownload - Starting action [Create a folder]
and Airflow 3.0.6 has log like [2025-10-27, 17:30:08] INFO - 2025/10/27 08:00:08 - Start of workflow execution: chan="stdout": source="task"
How can we remove extra chan and source from each line of log in newer version. Is there any setting we have to enable in Airflow 3.0?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions