A simple tool to make the SSV node's logs easier to view.
- Python3
- Colorama
python3 -m pip install ssvlogger
In both cases omit the -f
to process all available logs, not just follow the current logs.
docker logs -f ssv_node | ssvlogger
If you do not use docker it will only work as a service, assuming you have a service called "ssv_node" you should run
journalctl -u ssv_node -f | ssvlogger -j
Or you could use:
journalctl -u ssv_node -f --output cat | ssvlogger
You can also use different flags to disable or enable certain features in the script
short command | long command | description |
---|---|---|
-n | --no-spam | Disables connection and registry event logs |
-t | --traceback | Shows tracebacks for errors |
-j | --journal |