wormhole/node/cmd/guardiand
tbjump 73841556ba
node: add request logging with --publicRpcLogDetail and --logPublicRpcToTelemetry (#2390)
Release Notes
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)

Co-authored-by: tbjump <>
2023-03-01 07:10:04 -08:00
..
adminclient.go node: add keccak256 as an admin command 2023-02-16 09:36:09 -06:00
adminnodes.go Node: Base watcher support for testnet (#2424) 2023-02-23 18:37:35 -05:00
adminserver.go node: add request logging with --publicRpcLogDetail and --logPublicRpcToTelemetry (#2390) 2023-03-01 07:10:04 -08:00
adminserver_test.go node/ether: scissors updates 2023-01-12 14:46:45 -06:00
admintemplate.go node: New default current guardian set index (3) 2023-01-17 11:12:58 -06:00
adminverify.go node: calculate digests using Vaa type or using message prefix 2023-02-27 08:52:42 -06:00
guardiankey.go WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
logging.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
node.go node: add request logging with --publicRpcLogDetail and --logPublicRpcToTelemetry (#2390) 2023-03-01 07:10:04 -08:00
publicrpc.go node: add request logging with --publicRpcLogDetail and --logPublicRpcToTelemetry (#2390) 2023-03-01 07:10:04 -08:00
publicweb.go node: add request logging with --publicRpcLogDetail and --logPublicRpcToTelemetry (#2390) 2023-03-01 07:10:04 -08:00
reobserve.go node: Don't block on reobservation channel 2022-09-22 15:22:51 -04:00
reobserve_test.go node: Don't block on reobservation channel 2022-09-22 15:22:51 -04:00
systemd.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
telemetry.go node/cmd: add public telemetry for logs 2022-01-11 15:10:12 +01:00