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;