Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
log:
  level: debug

3. Restart the service for it to come into effect.

Code Block
$ sudo systemctl restart lorawan-stack.service

4. The debug logs can be read using theĀ 

...

journalctl

Code Block
$ sudo journalctl -f -u lorawan-stack.service

...