Skip to content

Instantly share code, notes, and snippets.

@buzzkillb
Created March 30, 2020 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzzkillb/a900a55cd1d0a56d27e177d903d10eb7 to your computer and use it in GitHub Desktop.
Save buzzkillb/a900a55cd1d0a56d27e177d903d10eb7 to your computer and use it in GitHub Desktop.
#!/bin/sh
#sudo apt install multitail
#wget tail-denarius.sh
#chmod +x tail-denarius.sh
#./tail-denarius.sh
#replace debug directory with your own locations
multitail --label "ddd " -ci green -e "SetBestChain" ~/snap/denarius/common/.denarius/debug.log \
--label "D01 " -ci green -e "SetBestChain" -I ~/snap/denarius_1/common/.denarius/debug.log \
--label "D02 " -ci green -e "SetBestChain" -I ~/snap/denarius_2/common/.denarius/debug.log \
--label "D01 " -e "SendForTunaElectionEntryPing" -e "Can't detect external address" -i ~/snap/denarius_1/common/.denarius/debug.log \
--label "D02 " -e "SendForTunaElectionEntryPing" -e "Can't detect external address" -I ~/snap/denarius_2/common/.denarius/debug.log \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment