osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

feat: config option to log gRPC queries #503

Closed czarcas7ic closed 7 months ago

czarcas7ic commented 7 months ago

Description

This PR introduces a "log-queries" boolean option field to the gRPC section of app.toml. If enabled, a log resembling the following will be logged to the console at the receipt of every gRPC query.

Screenshot 2024-01-13 at 7 16 16 PM

This will help us better zero in on what gRPC queries are causing non-determinism in gas used results.

After merge, this needs to be cherry picked to osmo-v22/v0.47.5, as well as upstreamed.