https://github.com/multiversx/mx-chain-logger-go
MultiversX logger subsystem, written in Go
https://github.com/multiversx/mx-chain-logger-go
Last synced: 8 months ago
JSON representation
MultiversX logger subsystem, written in Go
- Host: GitHub
- URL: https://github.com/multiversx/mx-chain-logger-go
- Owner: multiversx
- License: gpl-3.0
- Created: 2019-12-17T19:38:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T14:29:23.000Z (11 months ago)
- Last Synced: 2025-08-15T14:19:21.622Z (10 months ago)
- Language: Go
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```