> 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

Konfigurieren Sie die Protokollierung von Devolutions Server, einschließlich Debug-Level, Protokollsprache, Syslog-Server, Windows-Ereignisprotokoll und Slack-Integrationsoptionen.

Der Abschnitt ***Protokollierung*** ermöglicht dem Administrator die Konfiguration der Protokollierungsfunktionen.

### 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 aktiviert, wird das Debug-Level 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>Die Protokolle an einen Syslog-Server senden.</td></tr><tr><td>Heartbeat (Minuten)</td><td>In regelmäßigen Intervallen einen Heartbeat an den Syslog-Server senden.</td></tr><tr><td>Host</td><td>Geben Sie den Host Ihres Syslog-Servers ein, mit dem die Verbindung hergestellt werden soll.</td></tr><tr><td>Port</td><td>Geben Sie den Port Ihres Syslog-Servers ein, mit dem die Verbindung hergestellt werden soll.</td></tr><tr><td>Protokoll</td><td><p>Wählen Sie Ihren bevorzugten Protokollmodus aus:</p><ul><li>TCP</li><li>UDP</li></ul></td></tr></tbody></table>

#### Windows-Ereignisprotokoll

| Option            | Beschreibung                                            |
| ----------------- | ------------------------------------------------------- |
| Ereignisprotokoll | Die Protokolle an das Windows-Ereignisprotokoll senden. |

#### 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>Die Protokolle in einem Slack-Kanal veröffentlichen.</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.
