Hi - I'm wondering if there are any hooks for configuring airflow's
loggers. A scan of source didn't really yield anything too promising and I
saw in a PR Bolke said something about logging being broken so I'm assuming
what I gathered is correct, and that's there are no knobs to turn except
for logging level.

If this is indeed the case, has anyone worked on a proposal for remedying
this situation? I'd be willing to help if not, or if someone else wants to
pass the torch. Naively, it seems like we could make a lot of progress by
starting with the work in this PR
<https://github.com/apache/incubator-airflow/pull/1921/files> and altering
the implementation to use dict config
<https://docs.python.org/3/library/logging.config.html#logging.config.dictConfig>
in
favor of bespoke options in airflow.cfg.

Thoughts? I can take a crack at implementing the above if committers think
this is a reasonable approach.

-Luke

Reply via email to