# Troubleshoot error analysis in Logs

In the event of an error, you can analyze the situation by navigating to the **Logs** section. Here are some advanced steps to refine your investigation:

1\. Access the Logs via **Monitoring** → **Logs** → **Flat View** and clear any existing filters.

2\. In the **LEVEL** column, open the drop-down menu and choose **ERROR** to display all error instances.

{% hint style="info" %}
If the result set is extensive, consider filtering further by both **ERROR** and **TIME** to identify a more manageable subset, facilitating efficient troubleshooting.
{% endhint %}

3\. Locate the relevant row in the **LCID** column, click the three-dot icon adjacent to it, and select **Add to current filter**.&#x20;

The application of the **ERROR** and **LCID** filters will allow you to focus specifically on errors associated with the selected LCID, enabling a more targeted analysis of the issue.


---

# Agent Instructions: 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://docs.primeur.com/data-mover-1.21/logs-and-audit/logs/troubleshoot-error-analysis-in-logs.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.
