Skip to content

Commit 30b09ed

Browse files
author
Bruno Grande
committed
Remove Airflow logging configuration
1 parent c32a8f1 commit 30b09ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/orca/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@
2727
logger.setLevel(logging.INFO)
2828
logger.handlers.clear()
2929
logger.addHandler(handler)
30-
31-
# Silence Airflow logging
32-
logging.getLogger("airflow").setLevel(logging.ERROR)

0 commit comments

Comments
 (0)