The GitHub Actions job "Tests (AMD)" on 
airflow.git/guard-load-logging-config-discovery has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9df09493d472dfaf0b849bdf7a325b88258d7b52 / Jarek Potiuk <[email protected]>
Guard _load_logging_config when remote log handler discovery fails

``_load_logging_config`` called ``discover_remote_log_handler`` without
exception protection. A raise there propagated through
``load_remote_log_handler`` (which is called transitively from any
logger acquisition path) into the task lifecycle handler, crashing
the task with a non-obvious error.

Wrap discovery in try/except. On failure, emit a warning to the
dedicated ``airflow.logging.remote`` structlog logger so operators
relying on remote-log uploads still see the failure, and fall back to
"no remote handler" so the rest of the logging system initialises and
the task can run with local logs only.

Report URL: https://github.com/apache/airflow/actions/runs/26983685383

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to