Update troubleshooting.md. Fixed Typo.

This commit is contained in:
entropylaw 2024-04-13 21:21:13 -05:00
parent 08dc88da1a
commit 634e7357be

View File

@ -38,7 +38,7 @@ Troubleshooting Tips:
**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 `local.py` to get more detailed messages. Remember to set it back to `false` after debugging.
**Debug Mode:** For in-depth troubleshooting, temporarily enable DEBUG logging in your `local.py` to get more detailed messages. Remember to set it back to `False` after debugging.
**Important Note: Before sharing logs publicly, sanitize any sensitive information such as usernames, passwords, or API keys.**