Viewing Logs
Zurich development phase
Docker Installation
# Node logs
docker logs -f mazze-node
# Miner logs
docker logs -f mazze-minerSource Build Installation
# Node logs
tail -f run/logs/mazze-node.log
# Miner logs
tail -f run/logs/mazze-miner.log
# Remove `-f` flag if you don't want to follow the logs in real-time.Last updated
Was this helpful?