# Log de errores

Velneo vClient incorpora un log de errores. En él se registrarán tanto errores de Velneo como de [JavaScript](/velneo-vdevelop/scripts/lenguajes/javascript.md).

Se genera en el directorio de la [caché de Velneo vClient](/velneo-vclient/funcionalidades-especificas/cache-local.md), dentro de una subcarpeta llamada **logs**.

Se generará un fichero de log con los errores detectados en la ejecución.

El fichero será por sesión de vClient y tendrá como nombre `vclient_log_errores_aaaammdd_hhmmss.txt`.

Se identificará en cada registro del fichero la fecha, la hora, el usuario, y la instancia.

Se mantendrán los ficheros de las últimas 30 sesiones de vClient.

En el caso de Velneo Web solo podremos acceder a los ficheros programáticamente, para ello podemos usar la variable del sistema [sysCacheClientPath](/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas/variables-del-sistema.md#syscacheclientpath):

`sysCacheClientPath + "logs"`


---

# 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://doc.velneo.com/velneo-vclient/funcionalidades-especificas/log-de-errores.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.
