> 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/settings.md).

# Settings

**Where:** Logs → Settings · `/projects/<project>/logging/settings`

Logs **Settings** stacks three panels: two opt-out flags that reduce what is logged, a destructive **Clean** action, and the module disable panel.

<figure><img src="/files/orWjgJOmYdOqrVAVx6SN" alt=""><figcaption><p>Logs → Settings.</p></figcaption></figure>

## Log filters

Two checkboxes, both OFF by default (everything is logged). They are stored on the project's **Norbix Logging** integration, and this panel is the only place to change them — the integration edit page does not show them.

* **Skip Cloud dashboard logging** — drop entries produced by requests from the Norbix studio (the cloud dashboard). Turn it on when your own studio clicks drown the real tenant signal.
* **Skip request/response body in HTTP logs** — keep the `http:request` / `http:response` entries but strip the request and response DTOs from the metadata. Cuts log size on chatty endpoints; you lose the body for debugging.

Press **Save settings** to apply. If the project has no Norbix Logging integration yet, an info alert explains that the flags are saved but only take effect once that integration is enabled.

## Clean

The **Clean all logs** button (red, with a "Delete all logs" confirmation) permanently removes every entry stored by the **Norbix Logging** integration. The integration itself and its collection setup are kept — the next entry lands in the same shape. A warning in the panel makes the scope clear: data already forwarded to other integrations (Datadog, AWS CloudWatch, Sentry, …) is **not** touched. The panel is hidden when the project has no Norbix Logging integration — there is nothing to clean.

## Disable logs module

The last panel turns the module off entirely (on-screen copy: "You can disable logs module and all related data will be deleted."). After disabling you are redirected to the module home (`/logging`), where you can enable it again later.

## Use it from code

[Logs → Settings](/sdks-and-cli/logs/settings.md) · [Clean Logs](/sdks-and-cli/logs/clean/clean-logs.md)

## API reference

Endpoints: [Get Log Settings](/api-reference/logs/settings/get-log-settings.md), [Save Log Settings](/api-reference/logs/settings/save-log-settings.md), [Clean Logs](/api-reference/logs/clean/clean-logs.md), [Disable Logging](/api-reference/logs/module/disable-logging.md).
