> 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/it/ribbon-menu-bar/window/logs.md).

# Log

La funzionalità ***Log*** è simile a [***Log delle attività***](/rdm/it/ribbon-menu-bar/reports/activity-logs.md), ma fornisce informazioni solo sulla voce selezionata. I log sono disponibili dal menu contestuale ***Finestra – Pannelli – Log***.

### Funzioni

Le voci di log possono essere filtrate per ***Data*** o utilizzando un periodo di tempo personalizzato, specificando se si tratta di ***Ora locale*** o ***Ora UTC***.

È inoltre possibile abilitare le opzioni ***Mostra solo sessione live (aggiornamento automatico)*** e ***Mostra i log delle impostazioni specifiche dell'utente*** selezionando la casella appropriata.

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

#### Commento del log

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

Facendo clic sul pulsante ***Inserisci commento log*** si apre una finestra che consente di aggiungere un commento al log specificando un numero di ticket, una data di inizio (e una data di fine, se desiderato) e delle note.

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

#### Generare un report

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

Facendo clic sul pulsante ***Genera report*** si apre una finestra che consente di generare un report dei log specificando il periodo di tempo, il tipo di ora (***Ora locale*** o ***Ora UTC***) e, facoltativamente, un ***Commento all'apertura***, un ***Commento alla chiusura*** e un ***Messaggio***. Al termine, facendo clic sul pulsante ***OK*** viene generato un report che può essere salvato, esportato (in formato CSV, HTML, Xlsx o XML) o stampato.

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

### Log

Il log contiene tutte le operazioni CRUD (aggiunta, modifica ed eliminazione), le password visualizzate, le credenziali utilizzate, ecc. È possibile fare clic con il tasto destro su una voce per accedere a ulteriori opzioni.

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

Le informazioni sulle voci sono le stesse di [***Log delle attività***](/rdm/it/ribbon-menu-bar/reports/activity-logs.md), tranne per il fatto che ***Cartella***, ***Connessione***, ***Cassaforte*** e ***ID log connessione*** non sono disponibili in ***Log***, poiché le informazioni sono specifiche di una sola voce. Per una descrizione delle informazioni disponibili, consulti ***Log delle attività***.


---

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