🔨 Makes log_level optional

This commit is contained in:
Franck Nijhof 2019-04-18 20:30:02 +02:00
parent 8cacaf510b
commit 2c25ac9bff
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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",