From 174dc04e8d6f91a486f42cefe9ccb52528be880f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 31 Mar 2019 18:29:49 +0200 Subject: [PATCH] :hammer: Makes log_level optional --- traccar/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/traccar/config.json b/traccar/config.json index 752599a..e753736 100755 --- a/traccar/config.json +++ b/traccar/config.json @@ -23,14 +23,13 @@ "ssl" ], "options": { - "log_level": "info", "port": 8072, "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "port": "port", "ssl": "bool", "certfile": "str",