You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adding zerolog logging to cosmovisor (#10217)
* adding zerolog to cosmovisor
* replacing println with logger
* fixing tests
* fixing err log format
* addign changelog
* fixing formatting
* using fields in loggin
* using fields in logging
Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
+[\#10018](https://github.com/cosmos/cosmos-sdk/pull/10018) Strict boolean argument parsing: cosmovisor will fail if user will not set correctly a boolean variable. Correct values are: "true", "false", "" (not setting) - all case not sensitive.
51
51
+[\#10036](https://github.com/cosmos/cosmos-sdk/pull/10036) Improve logs when downloading the binary.
52
+
+[\#10217](https://github.com/cosmos/cosmos-sdk/pull/10217) Replacing logging to use zerolog.
0 commit comments