Skip to content

Commit f27ca3f

Browse files
temp debug
1 parent af7bd03 commit f27ca3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/relations/database_requires.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(self, *, interface: data_interfaces.DatabaseRequires, event) -> Non
8484
endpoints = databag["endpoints"].split(",")
8585
assert len(endpoints) == 1
8686
endpoint = endpoints[0]
87+
logger.warning(f"FOOBAR: {endpoint}")
8788
self.host = endpoint.split(":")[0]
8889
self.port = endpoint.split(":")[1]
8990
self.username = databag["username"]

0 commit comments

Comments
 (0)