Skip to content

Logger Pool Min Threshold

Key: qie.loggerPoolMinThreshold

Env Var: QIE_LOGGERPOOLMINTHRESHOLD

Default: 70

Scope: Global

Description: This is the log pool size that must not be exceeded before a logger thread is removed from the pool.

Examples

Env Var

QIE_LOGGERPOOLMINTHRESHOLD=50

Java Option

-Dqie.loggerPoolMinThreshold=50

YAML

QIE_LOGGERPOOLMINTHRESHOLD: 50