From 8b6f25e10cad004d9609bcbd3ebce3d8312a4364 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 31 Mar 2019 17:51:59 +0200 Subject: [PATCH] :fire: Removes custom log format override --- tasmoadmin/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index 3cfed15..7930808 100755 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -31,9 +31,6 @@ "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "ssl": "bool", "certfile": "str", - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" "keyfile": "str" } }