mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
Add debug
This commit is contained in:
@@ -531,7 +531,8 @@ class NeonProject:
|
||||
if ep.type == "read_write":
|
||||
new_branch.connection_parameters["host"] = ep.host
|
||||
break
|
||||
|
||||
# XXX do not merge
|
||||
log.info("%s", new_branch.connection_parameters)
|
||||
with psycopg2.connect(
|
||||
host=new_branch.connection_parameters["host"],
|
||||
port=5432,
|
||||
|
||||
Reference in New Issue
Block a user