From b778b8b6cd07516f5826012a3398e3635307904a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TC=C2=B2?= <130875305+TheCommsChannel@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:47:04 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0b748db..9f67210 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,19 @@ If you would like to have the script automatically run at boot, follow the steps ```sh sudo systemctl restart mesh-bbs.service ``` + +2. **Viewing Logs** + + Viewing past logs: + ```sh + journalctl -u mesh-bbs.service + ``` + + Viewing live logs: + ```sh + journalctl -u mesh-bbs.service -f + ``` + ## Radio Configuration Note: There have been reports of issues with some device roles that may allow the BBS to communicate for a short time, but then the BBS will stop responding to requests.