Skip to content

Logger Pool Max Threshold

Key: qie.loggerPoolMaxThreshold

Env Var: QIE_LOGGERPOOLMAXTHRESHOLD

Default: 150

Scope: Global

Description: This is the log pool size that must be exceeded before a new logger thread is added to the pool.

Examples

Env Var

QIE_LOGGERPOOLMAXTHRESHOLD=250

Java Option

-Dqie.loggerPoolMaxThreshold=250

YAML

QIE_LOGGERPOOLMAXTHRESHOLD: 250