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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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:
Done cosmos/iavl#1037. It should still be upgraded in store/v2 however.
Sorry, something went wrong.
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: