Logging

The Logging section manages event log file size, audit logging, and debug logging behavior.

Logging Settings

Setting JSON Property Description
File Size (MB) settings.log.fileSizeMB Specifies the maximum event log file size in megabytes. The valid range is 10-1000. If this setting is not specified or is invalid, a value of 100 will be used.

Once the file reaches the limit, the oldest events are moved into a backup file (.bak) and a new event log file is created. If a backup file already exists, it will be overwritten.
Log Audit Events settings.log.logAuditEvents Specifies if the hub logs audit events for objects (Connections, Models, etc) that are changed. When enabled, audit events are logged for creation, update, and delete events. These events are logged a separate audit log database. Defaults to False. (When audit logging is changed from Enabled to Disabled a final Audit log event will be logged reporting that the setting was disabled)
Debug Logging settings.log.debugLogging Enables advance debugging. Options are NONE, ERROR, WARNING, INFO, DEBUG, and ALL.

Only enable this setting in cases where detailed debug logs are required to troubleshoot an issue. Enabling this will impact performance.

See Debug Logging for additional details.