The GitHub Actions job "Tests (AMD)" on airflow.git/fix/triggerer-spurious-remote-log-warning has succeeded. Run started by GitHub user anmolxlight (triggered by anmolxlight).
Head commit for run: 5c7cc7ccabe08dfab0ca04d3aed0c563633ab5a4 / anmol mishra <[email protected]> Fix spurious 'remote_log_handler_unavailable' warning in triggerer When remote logging is not configured (default), the triggerer still logs a warning on every task completion: 'Remote log handler could not be loaded; logs will be available locally only.' This happens because `upload_to_remote()` unconditionally warns when `load_remote_log_handler()` returns None, even when remote logging was never enabled. Fix: only emit the warning when `remote_logging` is explicitly set to True in the [logging] config. When remote logging is not configured, silently return - there is nothing to warn about. Closes #68230 Report URL: https://github.com/apache/airflow/actions/runs/27149680587 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
