From e6f9927514383228d1c9cf3693e12e8d11cdae95 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Apr 2019 09:59:21 +0200 Subject: [PATCH] :fire: Removes custom log format override --- tautulli/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tautulli/config.json b/tautulli/config.json index 21359e2..6448174 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -42,8 +42,5 @@ "keyfile": "str", "i_like_to_be_pwned": "bool?", "leave_front_door_open": "bool?" - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" } }