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