halilduygulu opened a new issue #9006: URL: https://github.com/apache/airflow/issues/9006
**Apache Airflow version**: 1.10.9 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.15 **Environment**: - **Cloud provider or hardware configuration**: aws eks - **OS** (e.g. from /etc/os-release): aws linux - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happened**: Trying to set logging level for airflow processes as they are writing in DEBUG level even i configured `logging_level=INFO` in config file. <!-- (please include exact error messages if you can) --> One example is settings.py for scheduler, always printing this log but it is debug level. Looking at code, there is a line `LOGGING_LEVEL = logging.INFO` but never used https://github.com/apache/airflow/blob/master/airflow/settings.py#L39 **What you expected to happen**: Please provide a simple, centralized way to set log level for dag_bag, settings, so we can stop these lines in logs `{dagbag.py:370} DEBUG - Loaded DAG ` `[2020-05-25 15:10:27,799] {settings.py:278} DEBUG - Disposing DB connection pool (PID 3166)` <!-- What do you think went wrong? --> **How to reproduce it**: <!--- As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags. If you are using kubernetes, please attempt to recreate the issue using minikube or kind. ## Install minikube/kind - Minikube https://minikube.sigs.k8s.io/docs/start/ - Kind https://kind.sigs.k8s.io/docs/user/quick-start/ If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action You can include images using the .md sytle of  To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file. ---> **Anything else we need to know**: <!-- How often does this problem occur? Once? Every time etc? Any relevant logs to include? Put them here in side a detail tag: <details><summary>x.log</summary> lots of stuff </details> --> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
