Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 351 Bytes

File metadata and controls

16 lines (11 loc) · 351 Bytes

Logging configuration guide

This guide describes how to customise log output for Base node components.

Log levels

  • error – show only errors
  • warn – warnings and errors
  • info – default verbosity
  • debug – verbose logs for debugging

Set environment variables to adjust levels:

LOG_LEVEL=debug
OP_NODE_LOG_LEVEL=info