Logs
Browse and filter your project log entries.
Where: Logs → Logs · /projects/<project>/logging/logs
This screen lists the project's log entries — what happened, when, at which level, from which module. Click an entry's timestamp to open Log details, which shows the whole request flow.

Filters
Level — All levels,
Information,Warning, orError.Module — All modules, Any, Membership, Database, Email, Files, Notification, Scheduler, Serverless, Payment, or Compliance.
Correlation ID — every entry produced by the same call shares one id (e.g.
3ZTgJ7f9s1N5QAKtA9KZ5L); filter by it to follow one request across modules.Event Code — the machine-readable event name, e.g.
db:record:insert.Search — free text over the entry title and message.
Date From / Date To — a UTC date-time range.
Filters and the page cursor live in the URL, so browser back/forward works, a shared link reproduces the exact view, and Back to logs from the details page returns you to the same filtered page.
Columns
Timestamp (UTC, shown as 2026-05-24 13:48:43 (UTC) — click to open details), Level, Module, Event Code, and Title (truncated at 60 characters). The list is cursor-paged with Previous / Next.
Old entries can be removed with the guarded Clean all logs action on Settings.
Use it from code
Logs → Module (getLogs) and Audit (getLogsByCorrelationId).
API reference
Endpoints: Get Logs, Get Logs By Correlation Id.
Last updated