sommelier
sommelier copied to clipboard
Log level config is persisted in tendermint state
Summary of Bug
Sommelier ignores the log_level
command-line/toml config, except for the first time it is run.
An unsafe-reset-all
and a wipe of ~/.sommelier/data
is required for sommelier to observe the new log_level
config
Version
2.0.0
Reproduction Steps
- Start sommelier with
log_level=info
. Stop the process, then restart withlog_level=debug
. Only info logs are produced. - Run
sommelier unsafe-reset-all
andrm -r ~/.sommelier/data
, then restart sommelier again withlog_level=debug.
Now debug logs are produced.