> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/window/logs.md).

# Logs

The ***Logs*** feature is similar to [***Activity Logs***](https://docs.devolutions.net/rdm/commands/reports/activity-logs/), but it only provides information about the selected entry. Logs are available from the context menu ***Window – Panels – Logs***.

### Functions

The log entries can be filtered by ***Date*** or by using a custom time period, specifying whether it is ***Local Time*** or ***UTC Time***.

It is also possible to enable the ***Show live sesison only (auto refresh)*** and ***Show user-specific settings logs*** options by checking the appropriate box.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2029.png" alt=""><figcaption></figcaption></figure>

#### Log comment

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2031.png)

Clicking on the ***Insert Log Comment*** button opens a window that allows you to add a comment to the log while specifying a ticket number, a start date (and an end date, if desired), and notes.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2033.png" alt=""><figcaption></figcaption></figure>

#### Generate a report

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2032.png)

Clicking on the ***Generate report*** button opens a window that allows you to generate a report of the logs while specifying the time period, the type of time (***Local Time*** or ***UTC Time***), and, optionally, an ***On open comment***, an ***On close comment***, and a ***Message***. When finished, clicking the ***OK*** button generates a report that can be saved, exported (in CSV, HTML, Xlsx, or XML format), or printed.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2034.png" alt=""><figcaption></figcaption></figure>

### Logs

The log contains all CRUD operations (add, edit, and delete), displayed passwords, used credentials, etc. It is possible to right-click on an entry to access more options.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2030.png" alt=""><figcaption></figcaption></figure>

The information about entries is the same as in [***Activity Logs***](https://docs.devolutions.net/rdm/commands/reports/activity-logs/), except that ***Folder***, ***Connection***, ***Vault***, and ***Connection Log ID*** are not available in ***Logs*** since the information is specific to an entry only. For a description of the available information, see ***Activity Logs***.


---

# 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://docs.devolutions.net/rdm/ribbon-menu-bar/window/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.
