How to view the logs

<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

Enabling debug mode

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

Daemon installation issues

If things really aren't working as expected these logs might help:

Daemon won't start

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:

Something else?

Untitled

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

The server failed to install

The server won't start