From e71822affc4cf4f8e3fbcf8d253779a47c5bd5a5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 31 Mar 2019 18:30:04 +0200 Subject: [PATCH] :fire: Removes custom log format override --- traccar/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/traccar/config.json b/traccar/config.json index e753736..2ed7501 100755 --- a/traccar/config.json +++ b/traccar/config.json @@ -34,8 +34,5 @@ "ssl": "bool", "certfile": "str", "keyfile": "str" - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" } }