The GitHub Actions job "Tests" on 
airflow.git/fix/variable-log-level-with-default has succeeded.
Run started by GitHub user andreahlert (triggered by andreahlert).

Head commit for run:
5e25ccbf86f28b2d7338e3911da02c49c3051db0 / AndrĂ© Ahlert <[email protected]>
Change Variable not found log level from error to debug

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/21794832750

With regards,
GitHub Actions via GitBox


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

Reply via email to