<aside> 💡 If you're having installation issues these commands might not be useful for you. please read the daemon installation issues paragraph below
</aside>
Watch the logs with wisp tail
For full logs type wisp logs
If all else fails journalctl -u wisp | tail
/var/lib/wisp/daemon/config/servers/*<server uuid>*/install.log
/var/lib/wisp/daemon/config/servers/*<server uuid>*/mod_{mod-id}.log
/var/log/wisp-install.log
/var/lib/wisp/daemon/npm_install.log
Debug mode is useful for various issues. To enable it, you need to edit the wisp.yaml
at /var/lib/wisp/daemon/config/wisp.yaml
. Set logger.level
to debug
. After this is done, restart wisp with wisp restart
.
logger:
level: debug
If things really aren't working as expected these logs might help:
Refer to the WISP logs if the daemon is failing to start. Here are some common errors you might get while WISP is trying to startup:
If you’re having an error in regards to your wisp.yaml like pictured above, and you need an urgent solution, you can try resetting your wisp.yaml:
mv /var/lib/wisp/daemon/config/wisp.yaml /var/lib/wisp/daemon/config/wisp.yaml.old && wisp restart