hainich/mattermost: disable external diagnostics
This commit is contained in:
parent
b494e676b0
commit
64099dcf43
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@
|
||||||
LogSettings = {
|
LogSettings = {
|
||||||
EnableConsole = true;
|
EnableConsole = true;
|
||||||
ConsoleLevel = "ERROR";
|
ConsoleLevel = "ERROR";
|
||||||
|
EnableDiagnostics = true;
|
||||||
|
EnableWebhookDebugging = true;
|
||||||
};
|
};
|
||||||
NotificationLogSettings = {
|
NotificationLogSettings = {
|
||||||
EnableConsole = true;
|
EnableConsole = true;
|
||||||
|
|
Loading…
Reference in a new issue