We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like the iavl/v2 logger is not inherited from the app: https://github.com/cosmos/iavl/blob/master/v2/tree.go#L17-L20 Meaning, it doesn't respect any of the app flags and has a different format:
We should update iavl v2 to use a logger like v1 does, and pass it from store/v2
v2
No response
The text was updated successfully, but these errors were encountered:
julienrbrt
No branches or pull requests
Is there an existing issue for this?
What happened?
Looks like the iavl/v2 logger is not inherited from the app: https://github.com/cosmos/iavl/blob/master/v2/tree.go#L17-L20
Meaning, it doesn't respect any of the app flags and has a different format:
We should update iavl v2 to use a logger like v1 does, and pass it from store/v2
Cosmos SDK Version
v2
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: