mattermost: remove outdated comment

this is misleading and incorrect, the option does work, and is not also
set in the secrets env file.
This commit is contained in:
stuebinm 2024-05-08 14:31:06 +02:00
parent 05af3ac4f8
commit 679df4d856

View file

@ -60,8 +60,6 @@
}; };
LogSettings = { LogSettings = {
EnableConsole = true; 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"; ConsoleLevel = "ERROR";
EnableDiagnostics = false; EnableDiagnostics = false;
EnableWebhookDebugging = false; EnableWebhookDebugging = false;