Skip to content

Commit

Permalink
Fix address for logging config classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Apr 24, 2024
1 parent b3dbdbe commit d59518e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion log_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
deepcopy(DEFAULT_LOGGING_CONFIG),
{
"loggers": {
"airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator": {
"airflow.providers.common.sql.hooks.sql": {
"handlers": ["task"],
"level": "WARN",
"propagate": True,
},
"airflow.hooks.base": {
"handlers": ["task"],
"level": "WARN",
"propagate": True,
Expand Down

0 comments on commit d59518e

Please sign in to comment.