# Logging

{% hint style="success" %}
Available since Valtimo 12.5.0.
{% endhint %}

## Introduction

For every action in, or request to the Valtimo backend, a lot of information is logged. This information can be used for debugging or troubleshooting purposes in a production process, or might be relevant for an administrator that is working on a new case configuration.

## Feature overview

The logs overview is available through the `Admin -> Logs` menu. This list contains all stored loglines, with the most recent lines on top. Per logline, the timestamp, log level and first part of the message are shown.

<figure><img src="/files/jXwac19f1XYbDyFwUt5P" alt=""><figcaption></figcaption></figure>

## Viewing log details

When clicking on one of the loglines, the details are shown. This includes the full message, additional properties, and a stacktrace when applicable.

<figure><img src="/files/q2exr0W8fc7unKbm6R21" alt=""><figcaption></figcaption></figure>

## Filtering logs

The list supports filtering the loglines, based on message, log level, timestamp and additional properties.

<figure><img src="/files/jT9bp40cob1YKfhLvfR8" alt=""><figcaption></figcaption></figure>

Log entries are cleared after a certain period to prevent the database from filling up. By default, this period is set to 21 days.


---

# 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.valtimo.nl/v12/features/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.
