From f925a4d825643d6be697c24b4f533f09cdec9671 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 31 Mar 2019 17:50:43 +0200 Subject: [PATCH] :hammer: Makes log_level optional --- tasmoadmin/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index 99995aa..bab5000 100755 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -23,14 +23,13 @@ "9541/tcp": 9541 }, "options": { - "log_level": "info", "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ipv6": false }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "ssl": "bool", "certfile": "str", "keyfile": "str",