# Registro

KONNEKT escribe el registro en `%localappdata%\KONNEKT`. El registro consta de hasta 6 archivos, que se rotan si están llenos:

* client.txt
* client.1.txt
* client.2.txt
* client.3.txt
* client.4.txt
* client.5.txt

`Client.txt` contiene las líneas de registro más recientes y `client.5.txt` las líneas de registro más antiguas.&#x20;

Las [Nivel de registro](#log-level) la configuración determina qué información se escribe en el registro.

Los archivos se rotarán si el archivo más reciente ha alcanzado el [Log Rotation](#log-rotation) tamaño.

## Nivel de registro

{% hint style="info" %}
Disponible para KONNEKT 2.1 o posterior
{% endhint %}

El usuario puede cambiar esta configuración en el menú de preferencias de la interfaz de usuario. Si estableces la configuración mediante una directiva, los usuarios ya no podrán cambiarla.

El nivel de registro predeterminado es `info`.

**Nombre de la directiva:** `Nivel de registro`

![](/files/c4b6cfeedc8e9886c73263e05553645e33cc97c0)

<table><thead><tr><th width="232.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Opción</strong></td><td><strong>Valor</strong></td><td><strong>Comportamiento</strong></td></tr><tr><td>Sin registro</td><td>0</td><td>Sin registro</td></tr><tr><td>Error</td><td>1</td><td>Solo se almacenarán los registros de error</td></tr><tr><td>Info (predeterminado)</td><td>2</td><td>Se almacenarán los registros de información y de error</td></tr><tr><td>Depuración</td><td>3</td><td>Se almacenarán todos los registros</td></tr></tbody></table>

### **Hay varias formas de aplicar la directiva**

1. A través de GPO, consulte [configuración mediante GPO](/es/configuration/management-options/settings-via-gpo.md)
2. Para enviar directivas mediante Intune, consulte [configuración para dispositivos administrados por Intune](/es/configuration/management-options/setting-for-intune-managed-devices-1.md)
3. Manualmente agregando la clave en el registro

### Configuración manual en el registro

{% hint style="info" %}
No necesita esto si usa la administración de GPO o Intune
{% endhint %}

* **Nombre del valor:** `LogLevel`
* **Tipo de valor:** `REG_DWORD`
* **Datos del valor:** `0, 1, 2 o 3` (ver tabla arriba)
* **Valor almacenado en:**
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`\
    o
  * `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt`

## Log Rotation

{% hint style="warning" %}
Por favor, no uses esta configuración a menos que lo solicite nuestro equipo de soporte.
{% endhint %}

La configuración de Log Rotation determina el tamaño máximo de un archivo de registro. El **predeterminado** es de 1 MB (1024 \* 1024 = 1.048.576 bits), por lo que el tamaño total máximo de los 6 archivos de registro es de 6 MB.

* **Nombre del valor:** `LogRotation`
* **Tipo de valor:** `REG_DWORD`
* **Datos del valor:** Tamaño máximo de los archivos; la unidad son bits
* **Valor almacenado en:**
  * `HKEY_CURRENT_USER\SOFTWARE\GlueckKanja\Konnekt`


---

# Agent Instructions: 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:

```
GET https://docs.konnekt.io/es/configuration/system-settings/logging.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
