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;