# Logs

Since version GLPI 11 introduced a new page that allows you to **read log files** directly from the web interface. This new feature simplifies the work of administrators and technicians, as it is no longer necessary to connect to the server or open the files in an external editor to view their content.

On this page, GLPI displays a list of all available logs. For each log, you can see **its name, size, and last modification date**. This allows you to quickly identify which files are recent or large.

{% hint style="info" %}

* Log level can be parameterized in field **Log Level** of tab **System** of general configuration.
* Log retention period can be parameterized in automatic actions.
  {% endhint %}

<div align="left"><figure><img src="/files/bJ8lCalab6KumwR60NfT" alt=""><figcaption><p>Global view logs</p></figcaption></figure></div>

Clicking on a log opens its contents in the interface. The display has been modified to make it easier to read the various data. Users can now easily browse through log lines without leaving GLPI.

<figure><img src="/files/jMQcCFfa2MLRDZUsByDS" alt=""><figcaption><p>View logs details</p></figcaption></figure>

This page is not limited to technical files such as `cron.log`, `mail-error.log` or `access-errors.log`. It also provides access to GLPI's internal event logs.

<div align="left"><figure><img src="/files/iERJnRZwJHPrNKDpwfDf" alt=""><figcaption><p>See other logs</p></figcaption></figure></div>

These events correspond to actions performed in the application: *ticket creation, object modifications, deletions, or even operations performed by a user*. It is a very useful tool for auditing activity and understanding who did what in the tool.

<figure><img src="/files/UW6MHKYwr81qD0G1xlRo" alt=""><figcaption><p>Tickets logs</p></figcaption></figure>

Thanks to this new feature, viewing logs is now easier, faster, and more visual. Administrators save time when diagnosing problems (such as email sending errors), monitoring security (such as checking failed access attempts), or checking actions performed in GLPI.

{% hint style="warning" %}
To access this page, you must have the **`System Logs` > `Read`** right in the **Administration** tab of a **Profile**.
{% endhint %}


---

# 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://help.glpi-project.org/documentation/modules/administration/logs.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.
