From df276cb32d74ae00e66fffaea6d5f95be9327c95 Mon Sep 17 00:00:00 2001 From: AnomicDev Date: Sun, 14 Apr 2024 00:59:19 +0000 Subject: [PATCH] Update troubleshooting.md --- docs/maintenance/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance/troubleshooting.md b/docs/maintenance/troubleshooting.md index 619ec8ba..b92f5f9c 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -45,7 +45,7 @@ Troubleshooting Tips **Filter Logs:** Use tools like `grep` to filter logs based on keywords or timeframes, making it easier to focus on relevant information. -**_Example_**: `tail -f allianceauth.log | grep -i 'discord'`. This will isolate lines containing discord. +**_Example_**: `tail -f worker.log | grep -i 'discord'`. This will isolate lines containing discord. Making it easier to see among the other logs. **Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your Alliance Auth