mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 11:31:27 +00:00
🔨 Makes log_level optional
This commit is contained in:
parent
b9d776b6b8
commit
f925a4d825
1 changed files with 1 additions and 2 deletions
|
@ -23,14 +23,13 @@
|
||||||
"9541/tcp": 9541
|
"9541/tcp": 9541
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
|
||||||
"ssl": true,
|
"ssl": true,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"ipv6": false
|
"ipv6": false
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue