Skip to content

Commit

Permalink
revert unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed Oct 31, 2024
1 parent 8717559 commit 1f24643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def configure_logging():
# Try to init logging
dictConfig(logging_config)
except (ValueError, KeyError) as e:
log.exception("Unable to load the config, contains a configuration error.")
log.error("Unable to load the config, contains a configuration error.")
# When there is an error in the config, escalate the exception
# otherwise Airflow would silently fall back on the default config
raise e
Expand Down

0 comments on commit 1f24643

Please sign in to comment.