🔨 Makes log_level optional

This commit is contained in:
Franck Nijhof 2019-03-20 21:35:11 +01:00
parent 3762b18eb2
commit ed1ff197ad
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -20,7 +20,6 @@
"config:rw"
],
"options": {
"log_level": "info",
"address": "",
"port": 49152,
"latency_rtp": 1000,
@ -28,7 +27,7 @@
"drift": false
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"address": "str",
"port": "port",
"latency_rtp": "int",