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

# Protokolle

Zeigen Sie eintragsspezifische Protokolle in Remote Desktop Manager an, um Aktivitäten nach Datum zu filtern, Protokollkommentare hinzuzufügen und detaillierte Berichte zu erstellen.

Die Funktion ***Protokolle*** ähnelt den [***Aktivitätsprotokollen***](/rdm/de/ribbon-menu-bar/reports/activity-logs.md), sie liefert jedoch nur Informationen über den ausgewählten Eintrag. Die Protokolle sind über das Kontextmenü ***Fenster – Panels – Protokolle*** verfügbar.

### Funktionen

Die Protokolleinträge können nach ***Datum*** oder über einen benutzerdefinierten Zeitraum gefiltert werden, wobei angegeben wird, ob es sich um ***Lokale Zeit*** oder ***UTC-Zeit*** handelt.

Es ist außerdem möglich, die Optionen ***Nur Live-Sitzung anzeigen (automatische Aktualisierung)*** und ***Benutzerspezifische Einstellungsprotokolle anzeigen*** zu aktivieren, indem das entsprechende Kästchen markiert wird.

#### Protokollkommentar

Ein Klick auf die Schaltfläche ***Protokollkommentar einfügen*** öffnet ein Fenster, in dem Sie dem Protokoll einen Kommentar hinzufügen und dabei eine Ticketnummer, ein Startdatum (und, falls gewünscht, ein Enddatum) sowie Notizen angeben können.

#### Einen Bericht erstellen

Ein Klick auf die Schaltfläche ***Bericht erstellen*** öffnet ein Fenster, in dem Sie einen Bericht der Protokolle erstellen können, wobei Sie den Zeitraum, die Art der Zeit (***Lokale Zeit*** oder ***UTC-Zeit***) und optional einen ***Kommentar beim Öffnen***, einen ***Kommentar beim Schließen*** und eine ***Nachricht*** angeben. Klicken Sie anschließend auf die Schaltfläche ***OK***, um einen Bericht zu erstellen, der gespeichert, exportiert (im Format CSV, HTML, Xlsx oder XML) oder gedruckt werden kann.

### Protokolle

Das Protokoll enthält alle CRUD-Operationen (Hinzufügen, Bearbeiten und Löschen), angezeigte Passwörter, verwendete Anmeldeinformationen usw. Es ist möglich, mit der rechten Maustaste auf einen Eintrag zu klicken, um auf weitere Optionen zuzugreifen.

Die Informationen zu den Einträgen sind dieselben wie in den [***Aktivitätsprotokollen***](/rdm/de/ribbon-menu-bar/reports/activity-logs.md), außer dass ***Ordner***, ***Verbindung***, ***Tresor*** und ***Verbindungsprotokoll-ID*** in den ***Protokollen*** nicht verfügbar sind, da sich die Informationen nur auf einen Eintrag beziehen. Eine Beschreibung der verfügbaren Informationen finden Sie unter ***Aktivitätsprotokolle***.


---

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