Skip to main content

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

ColumnDescription
DateTimestamp the entry was written.
LevelSeverity badge. ERROR, FATAL, WARN, INFO, DEBUG, TRACE.
CategoryThe logical area that emitted the entry (sync direction, rule engine, Graph client, ...).
UserThe user or service principal the operation ran under, when known.
MessageThe log message. Hover the cell to see the full text without truncation.
ExceptionThe 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.