Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 1c556be

Browse files
committed
log configs for jsonRPC on startup
1 parent 424151b commit 1c556be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/jsonrpc/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func newClient(log *slog.Logger, cfg Config) (*rpcClient, error) { // revive:dis
9292
if err != nil {
9393
return nil, fmt.Errorf("failed to connect to jsonrpc: %w", err)
9494
}
95-
log.Info("Connected to jsonrpc", "url", cfg.URL)
95+
log.Info("Initialized and Connected to node jsonRPC", "config", fmt.Sprintf("%+v", cfg))
9696
return rpc, nil
9797
}
9898

0 commit comments

Comments
 (0)