Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwanz committed Mar 3, 2025
1 parent 359ba6e commit 7befcf4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public ElasticNode(string hostAndPort, ElasticSettings.Cluster clusterSettings)
Url = uri.ToString();
Host = uri.Host;
Port = uri.Port;
new OpserverConfigException($"Inside Uri.TryCreate: {Url}, {Host}, {Port}").Log();
return;
}

Expand Down

0 comments on commit 7befcf4

Please sign in to comment.