Skip to content

Commit

Permalink
log configs for jsonRPC on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
msf committed Jul 24, 2024
1 parent b6f85bf commit 5167d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/jsonrpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func newClient(log *slog.Logger, cfg Config) (*rpcClient, error) { // revive:dis
if err != nil {
return nil, fmt.Errorf("failed to connect to jsonrpc: %w", err)
}
log.Info("Connected to jsonrpc", "url", cfg.URL)
log.Info("Initialized and Connected to node jsonRPC", "config", fmt.Sprintf("%+v", cfg))
return rpc, nil
}

Expand Down

0 comments on commit 5167d04

Please sign in to comment.