gochain icon indicating copy to clipboard operation
gochain copied to clipboard

Better logging/debugging support

Open treeder opened this issue 7 years ago • 1 comments

Without changing the data structure, it would be nice to be able to emit tx and contract event logs to a logging service for debugging and monitoring.

This could be a global setting or a per contract setting (per contract would send logs from a specific contract to a particular logging endpoint).

treeder avatar Feb 07 '19 14:02 treeder

Does this serve any use cases not already covered by RPC PUB/SUB? https://github.com/ethereum/go-ethereum/wiki/RPC-PUB-SUB

jmank88 avatar Feb 07 '19 14:02 jmank88