Interact | general | centralizedLogger

This configuration property defines centralized logging for Unica Interact.

enabled

Description

Defines if the centralized logger is enabled or disabled in Unica Interact.

Default value

FALSE

Valid values

TRUE | FALSE

maxBatchSize

Description

The maximum number of log entries that will be persisted into the database in a single batch.

Default value

1000

Valid values

Non-negative and positive integers

maxDelayInSec

Description

The maximum times a log entry will wait before getting persisted into the database.

Default Value

15

Valid Values

Non-negative and positive integers

Even in cases when the centralizedLogger feature is enabled for the entire server group, it can be disabled on a single server by commenting the following line in that server's interact_log4j2.xml:

<AppenderRef ref="db"/>