You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend that you use the `values.yaml` file for configuring your installation.
223
223
224
-
### Logging
224
+
### Log Collection
225
225
226
226
To enable log collection for all Marklogic logs set logCollection.enabled to true. Set each option in logCollection.files to true of false depending on if you want to track each type of Marklogic log file.
227
227
@@ -421,8 +421,8 @@ This table describes the list of available parameters for Helm Chart.
421
421
|`startupProbe.failureThreshold`| Failure threshold for startup probe |`30`|
422
422
|`startupProbe.successThreshold`| Success threshold for startup probe |`1`|
423
423
|`logCollection.enabled`| Enable this parameter to enable cluster wide log collection of Marklogic server logs |`false`|
424
-
|`logCollection.files.errorLogs`| Enable this parameter to enable collection of Marklogics error logs when cluster level logging is enabled |`true`|
425
-
|`logCollection.files.accessLogs`| Enable this parameter to enable collection of Marklogics access logs when cluster level logging is enabled |`true`|
426
-
|`logCollection.files.requestLogs`| Enable this parameter to enable collection of Marklogics request logs when cluster level logging is enabled |`true`|
427
-
|`logCollection.files.crashLogs`| Enable this parameter to enable collection of Marklogics crash logs when cluster level logging is enabled |`true`|
428
-
|`logCollection.files.auditLogs`| Enable this parameter to enable collection of Marklogics audit logs when cluster level logging is enabled |`true`|
424
+
|`logCollection.files.errorLogs`| Enable this parameter to enable collection of Marklogics error logs when clog collection is enabled |`true`|
425
+
|`logCollection.files.accessLogs`| Enable this parameter to enable collection of Marklogics access logs when log collection is enabled |`true`|
426
+
|`logCollection.files.requestLogs`| Enable this parameter to enable collection of Marklogics request logs when log collection is enabled |`true`|
427
+
|`logCollection.files.crashLogs`| Enable this parameter to enable collection of Marklogics crash logs when log collection is enabled |`true`|
428
+
|`logCollection.files.auditLogs`| Enable this parameter to enable collection of Marklogics audit logs when log collection is enabled |`true`|
0 commit comments