From c6df2c2a9df04bb7e9a8fbd1df803945a0e9efeb Mon Sep 17 00:00:00 2001 From: schweby Date: Wed, 17 Mar 2021 23:21:23 +0100 Subject: [PATCH] hainich/mattermost: disable external diagnostics --- hosts/hainich/services/mattermost.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hainich/services/mattermost.nix b/hosts/hainich/services/mattermost.nix index e06e1f3..51ccbec 100644 --- a/hosts/hainich/services/mattermost.nix +++ b/hosts/hainich/services/mattermost.nix @@ -66,6 +66,8 @@ LogSettings = { EnableConsole = true; ConsoleLevel = "ERROR"; + EnableDiagnostics = true; + EnableWebhookDebugging = true; }; NotificationLogSettings = { EnableConsole = true;