> 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/user-interface/content-area/dashboard/dashboard-tabs/logs.md).

# Log

Analogamente alla funzionalità Registri attività per gli spazi di lavoro, la scheda dashboard ***Logs*** contiene tutte le azioni eseguite sulla voce selezionata. Le informazioni visualizzate possono essere affinate specificando una ***Data*** personalizzata, un intervallo di tempo o quali sessioni registrare.

{% hint style="info" %}
La scheda ***Logs*** è disponibile solo per determinati tipi di voci, come le sessioni.
{% endhint %}

<table><thead><tr><th width="187">SCHEDE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Messaggio</strong></td><td>Quale azione è stata eseguita sulla voce.</td></tr><tr><td><strong>Data del log</strong></td><td>La data di creazione del log, ovvero quando l'utente ha iniziato a interagire con la voce.</td></tr><tr><td><strong>Data/ora di fine</strong></td><td>La data o l'ora in cui l'utente ha smesso di interagire con la voce.</td></tr><tr><td><strong>Registrazione</strong></td><td>Registra la <a href="/pages/F6BqTxoOAuRGK34PjGmD">registrazione delle sessioni</a>.</td></tr><tr><td><strong>Commento all'apertura</strong></td><td>Commento/i mostrato/i all'apertura della voce, se presenti.</td></tr><tr><td><strong>Tempo attivo</strong></td><td>Questa informazione è disponibile solo per le sessioni in modalità integrata. Verrà registrato il tempo attivo della sessione, ovvero il tempo in cui la sessione è stata aperta in modalità integrata e il tempo in cui è stato attivo sulla sessione. Se la sessione è aperta, ma si trova ad esempio nella scheda <em><strong>Dashboard</strong></em> e non nella scheda della sessione, non verrà registrato alcun tempo attivo.</td></tr><tr><td><strong>Durata</strong></td><td>Questa informazione è disponibile solo per le sessioni in modalità integrata. Quando le sessioni sono aperte in modalità integrata, verrà registrata la durata della sessione. Ciò significa che, anche se si trova ad esempio nella scheda <em><strong>Dashboard</strong></em> e non sta lavorando attivamente nella sessione, ma la scheda della sessione è aperta, la durata della sessione verrà registrata.</td></tr><tr><td><strong>Commento alla chiusura</strong></td><td>Commento/i mostrato/i alla chiusura della voce, se presenti.</td></tr><tr><td><strong>Utente dello spazio di lavoro</strong></td><td>L'email dell'account utilizzata a livello di spazio di lavoro.</td></tr><tr><td><strong>Utente della voce</strong></td><td>Nome utente a livello di voce.</td></tr><tr><td><strong>Utente della macchina</strong></td><td>Nome dell'account a livello di computer.</td></tr><tr><td><strong>N. ticket</strong></td><td>Il numero del ticket, se presente.</td></tr><tr><td><strong>Macchina</strong></td><td>Il nome o l'IP della macchina che avvia la connessione.</td></tr><tr><td><strong>Tipo di connessione</strong></td><td>Il tipo di connessione della sessione, ad es. <em><strong>RDP</strong></em>, <em><strong>ARD</strong></em>, <em><strong>SSH Terminal</strong></em>, ecc.</td></tr></tbody></table>

#### Vedere anche

[Devolutions Academy – Sfruttare log, report e audit](https://academy.devolutions.net/student/path/1925316/activity/2668002)


---

# 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/user-interface/content-area/dashboard/dashboard-tabs/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.
