> 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

View entry-specific Logs in Remote Desktop Manager to filter activity by date, add log comments, and generate detailed reports.

The ***Logs*** feature is similar to [***Activity Logs***](/rdm/ribbon-menu-bar/reports/activity-logs.md), 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.

#### Log comment

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.

#### Generate a report

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.

### 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.

The information about entries is the same as in [***Activity Logs***](/rdm/ribbon-menu-bar/reports/activity-logs.md), 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, and the optional `goal` query parameter:

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