stale[bot] closed pull request #3643: [AIRFLOW-XXX] Reduce logging for used 
pool settings
URL: https://github.com/apache/airflow/pull/3643
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/settings.py b/airflow/settings.py
index 788ecc4a2a..31969efb52 100644
--- a/airflow/settings.py
+++ b/airflow/settings.py
@@ -172,8 +172,8 @@ def configure_orm(disable_connection_pool=False):
         except conf.AirflowConfigException:
             pool_recycle = 1800
 
-        log.info("setting.configure_orm(): Using pool settings. pool_size={}, "
-                 "pool_recycle={}".format(pool_size, pool_recycle))
+        log.debug("setting.configure_orm(): Using pool settings. pool_size={}, 
"
+                  "pool_recycle={}".format(pool_size, pool_recycle))
         engine_args['pool_size'] = pool_size
         engine_args['pool_recycle'] = pool_recycle
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to