From dae91e28dd31a2ba38c5c00ba7d28cdc39ce9bd1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 1 Apr 2019 23:08:57 +0200 Subject: [PATCH] :fire: Removes custom log format override --- grocy/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/grocy/config.json b/grocy/config.json index 1a14b98..d3b00d2 100755 --- a/grocy/config.json +++ b/grocy/config.json @@ -53,8 +53,5 @@ }, "certfile": "str", "keyfile": "str" - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" } }