Skip to content

Commit

Permalink
chore: Changed sequencer log level to debug (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial authored Jul 11, 2023
1 parent 6636aee commit 9de2afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sequencer/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func GetStartRollappCmd(rollappConfig config.RollappConfig, lightNodeEndpoint st
"--dymint.settlement_config.gas_prices", "0udym",
"--home", rollappConfigDir,
"--log-file", filepath.Join(rollappConfigDir, "rollapp.log"),
"--log_level", "info",
"--log_level", "debug",
"--max-log-size", "2000",
}, dastrings...)...,
)
Expand Down

0 comments on commit 9de2afb

Please sign in to comment.