For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

Noise filters, the clean-all action, and disabling the Logs module.

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.

Logs → Settings.

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 · Clean Logs

API reference

Endpoints: Get Log Settings, Save Log Settings, Clean Logs, Disable Logging.

Last updated