Skip to content

v2.14.9.5

Compare
Choose a tag to compare
@evan-gray evan-gray released this 09 Mar 20:08
· 979 commits to main since this release

Key Changes

New guardiand cli options:

--publicRpcLogDetail [string]
  • none -- no logging of gRPC requests at all
  • minimal -- only log gRPC methods
  • full (default) -- additionally log user-agent and gRPC request payload
--logPublicRpcToTelemetry [bool]
  • false do not send publicrpc logs to Google Cloud Logging
  • true (default) -- (current behavior)

What's Changed

  • node/telemetry: Fix message encoding for Google Cloud Logging by @tbjump in #2498

Full Changelog: v2.14.9.4...v2.14.9.5