mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 11:31:24 +00:00
🔨 Makes log_level optional
This commit is contained in:
parent
f32e09af87
commit
000d71368d
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
||||||
"share:rw"
|
"share:rw"
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
"ssl": true,
|
"ssl": true,
|
||||||
|
@ -35,7 +34,7 @@
|
||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||||
"username": "str",
|
"username": "str",
|
||||||
"password": "str",
|
"password": "str",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue