0.1.2 • Published 3 years ago

@graphprotocol/graph-pino v0.1.2

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

graph-pino

Pino log message formatter for The Graph. Formats log messages so that provide a quick glance at all important things involved in a message:

  • the indexer address
  • the subgraph deployment ID (as an IPFS hash)
  • the allocation ID
  • the state channel ID
  • the transaction ID (of an operation)
  • ...and more

Installation

# NPM
npm install -g @graphprotocol/graph-pino

# Yarn
yarn add global @graphprotocol/graph-pino

Usage

# Indexer service
graph-indexer-service ... | graph-pino

# Indexer agent
graph-indexer-agent ... | graph-pino

License

Copyright © 2020 Graph Protocol, Inc.

Licensed under the MIT License.