mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 11:19:27 +00:00
Show the actual URL that is being connected to
This commit is contained in:
parent
aaf0548bdf
commit
70cf5c005b
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.3.0
|
1.3.1
|
||||||
|
|
|
@ -433,7 +433,7 @@ class ApplicationMixin:
|
||||||
if self._postgres_pool:
|
if self._postgres_pool:
|
||||||
self._postgres_pool.close()
|
self._postgres_pool.close()
|
||||||
|
|
||||||
LOGGER.debug('Connecting to %s', os.environ['POSTGRES_URL'])
|
LOGGER.debug('Connecting to %s', url)
|
||||||
try:
|
try:
|
||||||
self._postgres_pool = await pool.Pool.from_pool_fill(
|
self._postgres_pool = await pool.Pool.from_pool_fill(
|
||||||
url,
|
url,
|
||||||
|
|
Loading…
Reference in a new issue