jroachgolf84 commented on issue #59749: URL: https://github.com/apache/airflow/issues/59749#issuecomment-3686948632
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? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
