> 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/server/de/web-interface/administration/configuration/server-settings/general/logging.md).

# Protokollierung

Der Abschnitt ***Logging*** ermöglicht dem Administrator, die Logging-Funktionen zu konfigurieren.

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

### Einstellungen

#### Allgemein

<table><thead><tr><th width="199">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Debug-Informationen protokollieren</td><td>Aktiviert die Protokolle der Devolutions Server-Instanz. Wenn diese Option aktiviert ist, wird die Debug-Ebene erhöht und es werden mehr Protokolleinträge bereitgestellt.</td></tr><tr><td>Sprache</td><td>Wählen Sie die Sprache der Protokolle.</td></tr><tr><td>Pfad des Scheduler-Protokolls</td><td>Legen Sie den Zielpfad der Protokolldatei fest. Wir empfehlen, diesen Pfad außerhalb des Ordners der Devolutions Server-Webanwendung festzulegen.</td></tr></tbody></table>

#### Syslog-Server

<table><thead><tr><th width="227">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>An Syslog-Server protokollieren</td><td>Senden Sie die Protokolle an einen Syslog-Server.</td></tr><tr><td>Heartbeat (Minuten)</td><td>Senden Sie in regelmäßigen Intervallen einen Heartbeat an den Syslog-Server.</td></tr><tr><td>Host</td><td>Geben Sie den Host Ihres Syslog-Servers ein, um eine Verbindung herzustellen.</td></tr><tr><td>Port</td><td>Geben Sie den Port Ihres Syslog-Servers ein, um eine Verbindung herzustellen.</td></tr><tr><td>Protokoll</td><td><p>Wählen Sie Ihren bevorzugten Protokollmodus zwischen:</p><ul><li>TCP</li><li>UDP</li></ul></td></tr></tbody></table>

#### Windows-Ereignisprotokoll

| Option            | Beschreibung                                                |
| ----------------- | ----------------------------------------------------------- |
| Ereignisprotokoll | Senden Sie die Protokolle an das Windows-Ereignisprotokoll. |

#### Slack-Integration

<table><thead><tr><th width="252">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Aktivitätsprotokolle in Slack veröffentlichen</td><td>Veröffentlichen Sie die Protokolle in einem Slack-Kanal.</td></tr><tr><td>Bot-OAuth-Zugriffstoken</td><td>Slack-Authentifizierungs-Zugriffstoken.</td></tr><tr><td>Name des Slack-Kanals</td><td>Name des Slack-Kanals, in dem die Protokolle veröffentlicht werden.</td></tr></tbody></table>


---

# 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/server/de/web-interface/administration/configuration/server-settings/general/logging.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.
