From 8cacaf510bae98ff261d8ded10432f21f6106dba Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Apr 2019 20:29:28 +0200 Subject: [PATCH] :fire: Removes custom log format override --- motioneye/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/motioneye/config.json b/motioneye/config.json index e81eb31..ab0de9e 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -42,8 +42,5 @@ "ssl": "bool", "certfile": "str", "keyfile": "str" - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" } }