mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Update troubleshooting.md
This commit is contained in:
parent
3bf5bc0fe3
commit
daad7d8b10
@ -21,12 +21,18 @@ The logs are located within the `myauth/log/` directory of your Alliance Auth pr
|
|||||||
### Access the Logs:
|
### Access the Logs:
|
||||||
|
|
||||||
Use a text editor or terminal commands (like `tail -f <filename>`) to open the relevant log files.
|
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.)_
|
printing any new lines that are added in real-time. Useful to watch while actively testing a troublesome feature for debugging.)_
|
||||||
|
|
||||||
Consider the following:
|
Consider the following:
|
||||||
|
|
||||||
`allianceauth.log` is the primary log for general troubleshooting.
|
`allianceauth.log` is the primary log for general troubleshooting.
|
||||||
|
|
||||||
`worker.log` is important for issues related to background tasks.(Such as services(Discord)).
|
`worker.log` is important for issues related to background tasks.(Such as services(Discord)).
|
||||||
|
|
||||||
`beat.log` if you suspect scheduler problems.
|
`beat.log` if you suspect scheduler problems.
|
||||||
|
|
||||||
`gunicorn.log` for web-specific or Gunicorn worker errors.
|
`gunicorn.log` for web-specific or Gunicorn worker errors.
|
||||||
|
|
||||||
### Search for Errors:
|
### Search for Errors:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user