Created Troubleshooting (markdown)

Dallas
2022-06-24 10:56:18 +01:00
parent d3c2524ce8
commit 81a9c4a78f

25
Troubleshooting.md Normal file

@@ -0,0 +1,25 @@
So you're having issues with Premiumizearr. Open an issue and we'll try and help but please include a log file where possible. To help us solve your issue please follow these steps to get a trace level debug log.
## Service
Edit the service file, most commonly found at `/etc/systemd/system/premiumizearrd.service` but you may have customized this location.
Add the line
`Environment=PREMIUMIZEARR_LOG_LEVEL=trace`
Below the `[Service]` header
You should be left with something like this
![image](https://user-images.githubusercontent.com/3620144/175510924-a4568fe6-efaa-442f-af81-7ebc7caf6d0e.png)
## Docker
If you're using a `run` or `create` command add the flag `-e PREMIUMIZEARR_LOG_LEVEL=trace`
If you're using docker-compose add `PREMIUMIZEARR_LOG_LEVEL=trace` to your environment block
## CLI
Add `--log trace` after the command