Show the actual URL that is being connected to

This commit is contained in:
Gavin M. Roy 2020-07-07 18:37:06 -04:00
parent aaf0548bdf
commit 70cf5c005b
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.3.0
1.3.1

View file

@ -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,