Skip to content

Commit b17d2e3

Browse files
committed
change log level
1 parent bed43f7 commit b17d2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *ethconfig.Config) {
18541854
}
18551855
if ctx.GlobalIsSet(SkipSignerCheckFlag.Name) {
18561856
cfg.SkipSignerCheck = ctx.GlobalBool(SkipSignerCheckFlag.Name)
1857-
log.Info("Skip signer check for the SystemContract engine", "skipped", cfg.SkipSignerCheck)
1857+
log.Warn("Skip signer check for the SystemContract engine", "skipped", cfg.SkipSignerCheck)
18581858
}
18591859
// Only configure sequencer http flag if we're running in verifier mode i.e. --mine is disabled.
18601860
if ctx.IsSet(GossipSequencerHTTPFlag.Name) && !ctx.IsSet(MiningEnabledFlag.Name) {

0 commit comments

Comments
 (0)