Skip to content

Commit

Permalink
add log rpc config (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
linhnt3400 authored Dec 18, 2024
1 parent fc13d96 commit e8cb6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tradelogs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func run(c *cli.Context) error {
if err != nil {
panic(err)
}
l.Infow("dial rpc node successfully", "node", url[:10]+"***"+url[len(url)-10:])
ethClients[i] = client
}

Expand Down

0 comments on commit e8cb6b0

Please sign in to comment.