Skip to content

Commit 5d9c45a

Browse files
committed
add logging for gossiped grpc port
1 parent a047761 commit 5d9c45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sibyl_utils.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ check_for_public_uri(PubKeyBin) ->
244244
end
245245
end;
246246
Addr ->
247+
lager:debug("using gossiped grpc port ~p for gw ~p", [Addr, PubKeyBin]),
247248
{ok, Addr}
248249
end;
249250
{error, not_found} ->

0 commit comments

Comments
 (0)