Commit 371a66b4 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-challenger: Use info log level for kona not default (#12585)

Kona changed the default log level so the -v is undesirable now.
parent bb6de071
......@@ -34,7 +34,6 @@ func (s *KonaExecutor) OracleCommand(cfg Config, dataDir string, inputs utils.Lo
"--l2-output-root", inputs.L2OutputRoot.Hex(),
"--l2-claim", inputs.L2Claim.Hex(),
"--l2-block-number", inputs.L2BlockNumber.Text(10),
"-v",
}
if s.nativeMode {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment