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