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:
- Console Log Writer
- Data Explorer Log Writer
- CSV File Log Writer
- E-mail Log Writer
- PowerShell Log Writer
- Azure Log Analytics Log Writer
- Windows Event Log Writer
Log writers can additionally be throttled and filtered based on custom log writer properties.

| Name | Description |
|---|---|
| Throttle Time Interval | An interval in milliseconds between logs being written by the log writer. |
| Minimum Logging Level | The minimum allowable logging level for the log writer. Logs that fall below this logging level will not be written. |
| Minimum Severity Type | The 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.

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