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

# Registro

La sección ***Registro*** permite al administrador configurar las funciones de registro.

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

### Configuración

#### General

<table><thead><tr><th width="199">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Registrar información de depuración</td><td>Habilite los registros de la instancia de Devolutions Server. Cuando esté habilitado, esto aumentará el nivel de depuración y proporcionará más entradas de registro.</td></tr><tr><td>Idioma</td><td>Elija el idioma de los registros.</td></tr><tr><td>Ruta del registro del programador</td><td>Establezca la ruta de destino del fichero de registro. Recomendamos establecer esta ruta fuera de la carpeta de la aplicación web de Devolutions Server.</td></tr></tbody></table>

#### Servidor Syslog

<table><thead><tr><th width="227">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Registrar en un servidor Syslog</td><td>Envíe los registros a un servidor Syslog.</td></tr><tr><td>Latido (minutos)</td><td>Envíe un latido a intervalos regulares al servidor Syslog.</td></tr><tr><td>Host</td><td>Introduzca el host de su servidor Syslog al que conectarse.</td></tr><tr><td>Puerto</td><td>Introduzca el puerto de su servidor Syslog al que conectarse.</td></tr><tr><td>Protocolo</td><td><p>Seleccione su modo de protocolo preferido entre:</p><ul><li>TCP</li><li>UDP</li></ul></td></tr></tbody></table>

#### Registro de eventos de Windows

| Opción              | Descripción                                            |
| ------------------- | ------------------------------------------------------ |
| Registro de eventos | Envíe los registros al registro de eventos de Windows. |

#### Integración con Slack

<table><thead><tr><th width="252">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Publicar registros de actividad en Slack</td><td>Publique los registros en un canal de Slack.</td></tr><tr><td>Token de acceso OAuth del bot</td><td>Token de acceso de autenticación de Slack.</td></tr><tr><td>Nombre del canal de Slack</td><td>Nombre del canal de Slack donde se publicarán los registros.</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/es/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.
