Update troubleshooting.md

This commit is contained in:
AnomicDev 2024-04-14 00:55:59 +00:00
parent 8eaa94e179
commit f9cbfb1562

View File

@ -21,7 +21,7 @@ The logs are located within the `myauth/log/` directory of your Alliance Auth pr
### Access the Logs:
Use a text editor or terminal commands (like `tail -f <filename>`) to open the relevant log files.
_(The tail -f command displays the last few lines of a file and then continues to monitor the file,
_(The `tail -f` command displays the last few lines of a file and then continues to monitor the file,
printing any new lines that are added in real-time. Useful to watch while actively testing a troublesome feature for debugging.)_
Consider the following:
`allianceauth.log` is the primary log for general troubleshooting.