Skip to content

Logging

Overview

UNIFYConnect logs notable events, warnings, and errors.

Inbuilt Log Writer

The inbuilt log writer is an integral part of UNIFYConnect, that not only writes logs but also supports reading logs for viewing within the UNIFYConnect web UI. The inbuilt log writer can be configured to target one of the following log destinations:

Configuration

Additional personalized log writers can be configured from the logging tab, including:

Log writers can additionally be throttled and filtered based on custom log writer properties.

image

NameDescription
Throttle Time IntervalAn interval in milliseconds between logs being written by the log writer.
Minimum Logging LevelThe minimum allowable logging level for the log writer. Logs that fall below this logging level will not be written.
Minimum Severity TypeThe minimum allowable severity type for the log writer. Logs that fall below this severity type will not be written.

Scheduled Jobs

The log writer page contains a section for configuring and running scheduled jobs.

image

More information on these jobs can be found on the Scheduled Jobs page.