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
Hi @francescobianco
Sure, it's easy to do. I intentionally patch airflow.cfg to split the logs into two files to keep airflow and cwl logs separately. You can see how I do it here
I want collect all generated output by every task into standard Airflow task log file, generally is
./logs/{dag_id}/{task_id}/{run_stamp}/1.log
Furthermore I would get all logs for every task into single file, I want collapse all log into file
1.log
and not into1.log.cwl
The text was updated successfully, but these errors were encountered: