mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 03:31:22 +00:00
🔨 Makes log_level optional
This commit is contained in:
parent
8cacaf510b
commit
2c25ac9bff
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"motion_webcontrol": false,
|
||||
"port": 8765,
|
||||
"ssl": true,
|
||||
|
@ -36,7 +35,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)$)?",
|
||||
"motion_webcontrol": "bool",
|
||||
"port": "port",
|
||||
"ssl": "bool",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue