tirkarthi opened a new issue, #47620: URL: https://github.com/apache/airflow/issues/47620
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? The log level is hardcoded as "DEBUG" with no configurations to change the value resulting in debug logs in the task logs. This should be configurable preferably through logging->log_level in airflow.cfg . https://github.com/apache/airflow/blob/cee31a8a0ca3a09dc5e133c4d27cfd7ff4d5e250/task-sdk/src/airflow/sdk/log.py#L230-L235 ### What you think should happen instead? _No response_ ### How to reproduce 1. Run a task 2. See debug logs of task-sdk in the logs ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
