GitHub user jroachgolf84 added a comment to the discussion: log worker identity
Couple of things here: * When processing DAGs, logs will go to the Scheduler/DAG Process (if you're running a DAG Processor). * Synchronous Tasks execute on Workers. These logs are output into the Airflow UI (and can also be persisted elsewhere). * Asynchronous Tasks will typically execute on the Triggerer. This is where you'd find logs for a deferrable Operator/AssetWatcher. I believe these are also passed through to the Airflow UI, but I may be wrong about that. Do these answers address your requirements/questions? GitHub link: https://github.com/apache/airflow/discussions/59756#discussioncomment-15327766 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
