From 1bc9e0540a1f33646472794245c1c2465e4114b4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Mar 2019 13:30:50 +0100 Subject: [PATCH] :fire: Removes custom log format override (#6) --- chrony/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrony/config.json b/chrony/config.json index 76448e1..750df36 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -34,8 +34,5 @@ "ntp_pool": "str?", "ntp_server": ["str?"], "mode": "match(^(pool|server)$)" - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" } }