Skip to content

Logger Pool Assumed Throughput

Key: qie.loggerPoolAssumedThroughput

Env Var: QIE_LOGGERPOOLASSUMEDTHROUGHPUT

Default: 70

Scope: Global

Description: This is an assumed rate at which the logger thread can process log messages per second. If backlogs are forming and the backlog is found in the log pool, then decreasing this option will cause more threads to be started at a faster rate.

Examples

Env Var

QIE_LOGGERPOOLASSUMEDTHROUGHPUT=50

Java Option

-Dqie.loggerPoolAssumedThroughput=50

YAML

QIE_LOGGERPOOLASSUMEDTHROUGHPUT: 50