From 679df4d85677d5325dc438bea4827f4c3d71c699 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 8 May 2024 14:31:06 +0200 Subject: [PATCH] mattermost: remove outdated comment this is misleading and incorrect, the option does work, and is not also set in the secrets env file. --- parsons/mattermost.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/parsons/mattermost.nix b/parsons/mattermost.nix index eef0f60..a1d53a0 100644 --- a/parsons/mattermost.nix +++ b/parsons/mattermost.nix @@ -60,8 +60,6 @@ }; LogSettings = { EnableConsole = true; - # note: for some reason this doesn't work (mattermost still sets it to DEBUG); - # it's also set in secrets.env, where for some reason it does ConsoleLevel = "ERROR"; EnableDiagnostics = false; EnableWebhookDebugging = false;