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

# Logging

The ***Logging*** section allows the administrator to configure the logging features.

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

### Settings

#### General

<table><thead><tr><th width="199">Option</th><th>Description</th></tr></thead><tbody><tr><td>Log debug information</td><td>Enable the Devolutions Server instance logs. When enabled, this will raise the debug level and provide more log entries.</td></tr><tr><td>Language</td><td>Choose the language of the logs.</td></tr><tr><td>Scheduler log path</td><td>Set the destination path of the log file. We recommend to set this path outside of the Devolutions Server web application folder.</td></tr></tbody></table>

#### Syslog Server

<table><thead><tr><th width="227">Option</th><th>Description</th></tr></thead><tbody><tr><td>Log to Syslog server</td><td>Send the logs to a Syslog Server.</td></tr><tr><td>Heartbeat (Minutes)</td><td>Send a heartbeat at regular intervals to the Syslog Server.</td></tr><tr><td>Host</td><td>Enter your Syslog Server host to connect.</td></tr><tr><td>Port</td><td>Enter your Syslog Server port to connect.</td></tr><tr><td>Protocol</td><td><p>Select your preferred Protocol mode between:</p><ul><li>TCP</li><li>UDP</li></ul></td></tr></tbody></table>

#### Windows Event Log

| Option    | Description                         |
| --------- | ----------------------------------- |
| Event Log | Send the logs to Windows Event Log. |

#### Slack Integration

<table><thead><tr><th width="252">Option</th><th>Description</th></tr></thead><tbody><tr><td>Post activity logs to Slack</td><td>Post the logs in a Slack channel.</td></tr><tr><td>Bot OAuth access token</td><td>Slack authentication access token.</td></tr><tr><td>Slack channel name</td><td>Name of the Slack channel where the logs will be posted.</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/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.
