Exchange logs
The Exchange logs page exposes the raw log entries emitted by the Exchange connector while it processes calendar events, pushes appointments, and reacts to Graph notifications. It complements the Errors page - the Errors page shows diagnosed appointment failures with stable DSEX codes, the Logs page shows the underlying log stream those diagnoses are drawn from.
Open it from the Exchange section of the navigation, or visit https://app.dimescheduler.com/exchangelogs.
Columns
| Column | Description |
|---|---|
| Date | Timestamp the entry was written. |
| Level | Severity badge. ERROR, FATAL, WARN, INFO, DEBUG, TRACE. |
| Category | The logical area that emitted the entry (sync direction, rule engine, Graph client, ...). |
| User | The user or service principal the operation ran under, when known. |
| Message | The log message. Hover the cell to see the full text without truncation. |
| Exception | The exception stack trace, when one was captured. Hidden by default - enable from the grid's column chooser. |
Filtering and sorting
Every column is sortable; most are filterable.
- Level offers a combo filter with the standard severities.
- Category, User, Message, and Exception offer free-text filters.
- Date supports a date filter.
Combine filters to narrow down a single incident - for example Level = ERROR and Category containing Push to isolate failures while pushing appointments to Exchange.
The grid is paged. Use the pager controls at the bottom to step through history.
Export
The Export button in the toolbar exports the currently filtered view to an Excel (.xlsx) file. Useful for attaching to a support ticket or sharing with a colleague who does not have access to the tenant.
Related
- Transaction Errors - diagnosed appointment failures with
DSEXcodes. - Troubleshooting - common Exchange integration issues.
- Resource event deltas - calendar events from Exchange that did not match an existing appointment.