🔨 Makes log_level optional

This commit is contained in:
Franck Nijhof 2019-04-21 09:59:10 +02:00
parent f32e09af87
commit 000d71368d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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