getsentry / airflow-metrics

Metrics for airflow
Apache License 2.0
14 stars 6 forks source link

Reduce log level of blacklisted domains from WARNING to INFO #49

Closed DannyNemer closed 4 years ago

DannyNemer commented 4 years ago

Reduces the log level for the message "Found blacklisted domain" in patch_requests.py from WARNING to INFO because each warning log sends a message to Sentry. For my team, this becomes over 17,000 warnings every day, which is excessive for this warning that is largely unactionable.