Update troubleshooting.md

This commit is contained in:
AnomicDev 2024-04-14 00:58:09 +00:00
parent 96abae553a
commit 3bf5bc0fe3

View File

@ -40,7 +40,7 @@ Troubleshooting Tips
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 allianceauth.log | grep -i 'discord'`. This will isolate lines containing discord.
Making it easier to see amoung 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
settings to get more detailed messages. Remember to revert to INFO level after debugging. settings to get more detailed messages. Remember to revert to INFO level after debugging.