Categorygithub.com/multiversx/mx-chain-logger-go
repositorypackage
1.0.15
Repository: https://github.com/multiversx/mx-chain-logger-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

mx-chain-logger-go

Multiversx' logger subsystem written in go

CLI options

Logs producer (Multiversx Node)

  • log-level: comma-separated pairs of (loggerName, logLevel)
  • log-correlation: option to include correlation elements in the logs
  • log-logger-name: option to include logger name in the logs

Example:

--log-level="*:INFO,processor:DEBUG" --log-correlation --log-logger-name

Logs viewer

  • level: comma-separated pairs of (loggerName, logLevel)
  • correlation: option to include correlation elements in the logs
  • logger-name: option to include logger name in the logs

Example:

--level="*:INFO,processor:DEBUG" --correlation --logger-name