🔨 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" "share:rw"
], ],
"options": { "options": {
"log_level": "info",
"username": "", "username": "",
"password": "", "password": "",
"ssl": true, "ssl": true,
@ -35,7 +34,7 @@
"keyfile": "privkey.pem" "keyfile": "privkey.pem"
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"username": "str", "username": "str",
"password": "str", "password": "str",
"ssl": "bool", "ssl": "bool",