1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 10:01:30 +01:00

Added mysql stuff and advanced logging

This commit is contained in:
coltoneshaw
2023-05-26 10:44:28 -04:00
parent b3776630ba
commit 79f82e17ed
3 changed files with 35 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
],
"Options": {
"Compress": true,
"Filename": "traceLogs.json",
"Filename": "./logs/traceLogs.json",
"MaxAgeDays": 15,
"MaxBackups": 3,
"MaxSizeMB": 100

View File

@@ -15,7 +15,7 @@
"EnableWebhookDebugging": true,
"EnableDiagnostics": true,
"EnableSentry": true,
"AdvancedLoggingConfig": ""
"AdvancedLoggingConfig": "./advancedLogging.json"
},
"ExperimentalAuditSettings": {
"FileEnabled": false,
@@ -25,7 +25,7 @@
"FileMaxBackups": 0,
"FileCompress": false,
"FileMaxQueueSize": 1000,
"AdvancedLoggingConfig": ""
"AdvancedLoggingConfig": "./advancedLogging.json"
},
"NotificationLogSettings": {
"EnableConsole": true,
@@ -36,7 +36,7 @@
"FileLevel": "INFO",
"FileJson": true,
"FileLocation": "",
"AdvancedLoggingConfig": ""
"AdvancedLoggingConfig": "./advancedLogging.json"
},
"LdapSettings": {
"Enable": true,