Update troubleshooting.md

This commit is contained in:
AnomicDev 2024-04-14 00:59:19 +00:00
parent daad7d8b10
commit df276cb32d

View File

@ -45,7 +45,7 @@ Troubleshooting Tips
**Filter Logs:** Use tools like `grep` to filter logs based on keywords or timeframes, **Filter Logs:** Use tools like `grep` to filter logs based on keywords or timeframes,
making it easier to focus on relevant information. 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. Making it easier to see among the other logs.
**Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your Alliance Auth **Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your Alliance Auth