Monitor all logs script
#! /bin/bash
tail -f /root/.pm2/logs/*log* ~/.nvm/versions/node/v12.20.1/lib/node_modules/@liquidapps/dsp/zeus_boxes/dapp-services-deploy/logs/*log*Last updated
Was this helpful?
So I made a script to help me monitor our Kylin nodes, here it is:
#! /bin/bash
tail -f /root/.pm2/logs/*log* ~/.nvm/versions/node/v12.20.1/lib/node_modules/@liquidapps/dsp/zeus_boxes/dapp-services-deploy/logs/*log*Ensure your version of nodejs matches
Last updated
Was this helpful?
Was this helpful?