mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11: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"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"ssl": true,
|
||||
|
@ -35,7 +34,7 @@
|
|||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"username": "str",
|
||||
"password": "str",
|
||||
"ssl": "bool",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue