The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
40ad5e4b3a3a4a422d4005b5bbac1c648fff42ee / AndrĂ© Ahlert <[email protected]>
Change Variable not found log level from error to debug from API Server (#61625)

When Variable.get() is called with a default value and the variable
is not found, the error-level log in the API client causes unnecessary
log spam and false alerts in monitoring systems like Sentry.

This changes the log level in VariableOperations.get() from error to
debug, consistent with ConnectionOperations.get() which already uses
debug for the same scenario.

Closes: #52771

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

With regards,
GitHub Actions via GitBox


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

Reply via email to