Skip to content

Max Log Message Size

Key: qie.maxLogMessageSizeMB

Env Var: QIE_MAXLOGMESSAGESIZEMB

Default: 1

Scope: Global

Description: The max log message size stored in the database. If a log message exceeds this size, then it is truncated to this size.

Examples

Env Var

QIE_MAXLOGMESSAGESIZEMB=3

Java Option

-Dqie.maxLogMessageSizeMB=3

YAML

QIE_MAXLOGMESSAGESIZEMB: 3