> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/logs/logs.md).

# 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](/cloud/logs/logs/details.md), which shows the whole request flow.

<figure><img src="https://760328771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LwSkuCpTNI_AerL8J2a%2Fuploads%2Fgit-blob-7d39a8efc2527a9f5df2a221cb9e86a972428315%2Flogs-logs.jpg?alt=media" alt=""><figcaption><p>Logs → Logs.</p></figcaption></figure>

## Filters

* **Level** — All levels, `Information`, `Warning`, or `Error`.
* **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](/cloud/logs/settings.md).

## Use it from code

[Logs → Module](/sdks-and-cli/logs/module.md) (`getLogs`) and [Audit](/sdks-and-cli/logs/audit.md) (`getLogsByCorrelationId`).

## API reference

Endpoints: [Get Logs](/api-reference/logs/module/get-logs.md), [Get Logs By Correlation Id](/api-reference/logs/audit/get-logs-by-correlation-id.md).
