From 70cf5c005bca4521b4c8e2737230d860f4efdaeb Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 7 Jul 2020 18:37:06 -0400 Subject: [PATCH] Show the actual URL that is being connected to --- VERSION | 2 +- sprockets_postgres.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f0bb29e..3a3cd8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/sprockets_postgres.py b/sprockets_postgres.py index 9cdf92e..ebebf12 100644 --- a/sprockets_postgres.py +++ b/sprockets_postgres.py @@ -433,7 +433,7 @@ class ApplicationMixin: if self._postgres_pool: self._postgres_pool.close() - LOGGER.debug('Connecting to %s', os.environ['POSTGRES_URL']) + LOGGER.debug('Connecting to %s', url) try: self._postgres_pool = await pool.Pool.from_pool_fill( url,