Update troubleshooting.md

This commit is contained in:
AnomicDev 2024-04-14 00:57:12 +00:00
parent f9cbfb1562
commit 96abae553a

View File

@ -38,8 +38,10 @@ 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.
Making it easier to see amoung the other logs.
**Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your Alliance Auth
settings to get more detailed messages. Remember to revert to INFO level after debugging.