Variable: MAX_LOG_DATA_LENGTH
const
MAX_LOG_DATA_LENGTH:500
=500
Defined in: electron/services/monitoring/constants.ts:101
Maximum length of data content to include in migration error logs, in characters.
Remarks
Used to prevent log pollution while preserving debugging context. Limits the amount of data included in error logs for failed migrations.
Default Value
500
@public