Skip to content

Commit

Permalink
Update description about zero and negative values
Browse files Browse the repository at this point in the history
  • Loading branch information
jenikd committed Nov 13, 2024
1 parent 817b5eb commit b59f3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ var (
}
StructLogLimitFlag = cli.IntFlag{
Name: "rpc.structloglimit",
Usage: "Limit maximum number of debug logs for structured EVM logs",
Usage: "Limit maximum number of debug logs for structured EVM logs, 0=unlimited, negative value means no log results",
Value: gossip.DefaultConfig(cachescale.Identity).StructLogLimit,
}
ModeFlag = cli.StringFlag{
Expand Down

0 comments on commit b59f3e6

Please sign in to comment.