We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f250 commit 988247cCopy full SHA for 988247c
db_wrapper/connection.py
@@ -47,7 +47,7 @@ async def _try_connect(
47
connection: Optional[aiopg.Connection] = None
48
49
LOGGER.info(
50
- f'Attempting to connect to database {database} as {user}@{host}...')
+ f'Attempting to connect to database {database} as {user}@{host}:{port}...')
51
52
while connection is None:
53
try:
0 commit comments