> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/guides/the-system-for-cross-domain-identity-management/enable-scim-logs-in-collibra-console.md).

# Enable SCIM logs in Collibra Console

To help troubleshoot potential issues with your SCIM integration, you can enable logging of the SCIM requests.

{% stepper %}
{% step %}
Open Collibra Console with a user profile that has at least the **ADMIN** role.\ <i class="fa-chevrons-right">:chevrons-right:</i> Collibra Console opens with the **Infrastructure** page.
{% endstep %}

{% step %}
From your environments, select **Data Governance Center** → **Logs**.
{% endstep %}

{% step %}
Click <img src="/files/vIGvYiIVuMhtAdJEeYJr" alt="" data-size="line"> **Settings**.
{% endstep %}

{% step %}
On the **Settings** page, click **Add logger** and enter the required information:

* **Logger name**: `com.collibra.iam.identity.scim.v2.log.ScimRequestLoggingFilter`
* **Logger level**: *DEBUG*
  {% endstep %}

{% step %}
Click **Add logger** to save your changes.\ <i class="fa-chevrons-right">:chevrons-right:</i> The log statements become immediately available and you can identify them by the class name **ScimRequestLoggingFilter**.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.collibra.com/api/guides/the-system-for-cross-domain-identity-management/enable-scim-logs-in-collibra-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
