Skip to content

Allow Channels To Debug

Key: qie.allowDebugLogging

Env Var: QIE_ALLOWDEBUGLOGGING

Default: false

Scope: Global

Description: Allows channels to be placed into debug mode permanently. This option should not be used in production mode as it can cause bloating in the database.

Examples

Env Var

QIE_ALLOWDEBUGLOGGING=true

Java Option

-Dqie.allowDebugLogging=true

YAML

QIE_ALLOWDEBUGLOGGING: true