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

# Logs

The Logs section is to view all the logs in the portal. Logs will display, **l**og details like Process name, Log Date, Time and Message.

<figure><img src="/files/B5dlU2DQowTcEVSogN3h" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="177.33331298828125"></th><th></th></tr></thead><tbody><tr><td><img src="/files/672lY2dVpSW4U4yUdmV3" alt="" data-size="original"></td><td>Click on the Refresh button to see all the logs generated during the time of running process, it updates the log detail screen.</td></tr><tr><td><img src="/files/v4JN9tbdDyXcEKAeSXZf" alt="" data-size="original"></td><td>Click on the Reset button to reset all applied filters back to default.</td></tr><tr><td><img src="/files/VXn8A84tlQOd9jsP6zVr" alt="" data-size="original"></td><td>Click on Clear icon to clear the logs. You can add Process or Date to Clear Logs with selected filter.</td></tr></tbody></table>

User can set Filters such as Info, Error, Warning, Debug accordingly as shown below

<figure><img src="/files/GHBEPZ4T5Vt6cmJEHTAY" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="312"></th><th></th></tr></thead><tbody><tr><td><img src="/files/HkAzlsOosDPXXOcWSMdd" alt="" data-size="original"></td><td>Select the Connector from the Connectors List for which you want to see the logs</td></tr><tr><td><img src="/files/pE6LRLIGmxVvOGkUBw8I" alt="" data-size="original"></td><td>Select the process from the Process List of the connector only that process logs will display</td></tr><tr><td><img src="/files/sXknVhxPAlWbyuLkOnho" alt="" data-size="original"></td><td>Search functionality for quick search logs of specific process by keys you provide in the search box.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.greytrix.com/gumu-tm-cloud-integrations/logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
