mirror of
https://github.com/JackDallas/Premiumizearr.git
synced 2025-12-11 17:29:57 +01:00
Created Troubleshooting (markdown)
25
Troubleshooting.md
Normal file
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
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
Reference in New Issue
Block a user