Skip to content

Commit

Permalink
Only airflow/hooks/base.py uses logger implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Apr 25, 2024
1 parent d59518e commit bdc15f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions log_config.py
Expand Up @@ -6,11 +6,6 @@
deepcopy(DEFAULT_LOGGING_CONFIG),
{
"loggers": {
"airflow.providers.common.sql.hooks.sql": {
"handlers": ["task"],
"level": "WARN",
"propagate": True,
},
"airflow.hooks.base": {
"handlers": ["task"],
"level": "WARN",
Expand Down

0 comments on commit bdc15f3

Please sign in to comment.