You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
504 B
30 lines
504 B
5 years ago
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: Junkbite
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**Version**
|
||
|
Syncarr version and if using docker or config file
|
||
|
|
||
|
**Config**
|
||
|
Your config file and what versions of sonarr/radarr/lidarr you are using
|
||
|
|
||
|
**Debug logs**
|
||
|
Enable debugging with
|
||
|
```int
|
||
|
[general]
|
||
|
log_level=10
|
||
|
|
||
|
or for docker LOG_LEVEL=10
|
||
|
```
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|