Hi
I would like to know if their is any possibilities where we could use the airflow logger config to handle logging from external modules used into any DAGs Workflow. For example : Let's say I have a DAG which use this lib mylib.utils If mylib.utils has a log = logging.getLogger(__name__) defined Would their be a way to catch this logger into airflow config and display those logs to STDOUT ?