Re: [I] Support DEBUG logging by component [airflow]

2024-07-19 Thread via GitHub
RNHTTR closed issue #40840: Support DEBUG logging by component URL: https://github.com/apache/airflow/issues/40840 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [I] Support DEBUG logging by component [airflow]

2024-07-18 Thread via GitHub
jedcunningham commented on issue #40840: URL: https://github.com/apache/airflow/issues/40840#issuecomment-2236705594 I do this fairly regularly already with an env var override for the config. `AIRFLOW__LOGGING__LOGGING_LEVEL=DEBUG airflow scheduler` for example. Is that not sufficient? I f

[I] Support DEBUG logging by component [airflow]

2024-07-17 Thread via GitHub
RNHTTR opened a new issue, #40840: URL: https://github.com/apache/airflow/issues/40840 ### Description Currently, users can only enable debug logging across all Airflow components. So, if you want to enable debug logging in the worker or triggerer, you have to also enable debug loggi