Skip to content

Max System Log Size

Key: qie.maxSystemLogSize

Env Var: QIE_MAXSYSTEMLOGSIZE

Default: 524288 (.5MB)

Scope: Global

Description: The max number of log message bytes to display in the client browser. If this value is exceeded, then the user can download the log to view the whole message.

Examples

Env Var

QIE_MAXSYSTEMLOGSIZE=1024

Java Option

-Dqie.maxSystemLogSize=1024

YAML

QIE_MAXSYSTEMLOGSIZE: 1024