From 08e8304a95712197aaae3bd682cbfd9e2dc540c2 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 1 Jul 2025 10:28:06 -0600 Subject: [PATCH] docs: move log command, simplify it --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 85aef7cdaa98076740056f0c7cbc7329b0f4d939..1e92d066302c7b48c04365c1e8205db2eea04e1d 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,10 @@ A grumpy old herald who watches your Mumble server and announces comings and goi ```bash sudo systemctl status mumblingherald ``` - -## Logs - -```bash -sudo journalctl -u mumblingherald -f -``` +- Check logs + ```bash + sudo journalctl -feu mumblingherald + ``` ## Contributions are welcome