# Log

Logging interface contains a history of all project changes and represents it a table view, providing necessary filters and a download option.

## Log history

![Log page](/files/-M6l8ugYX9aHIh3tzTRT)

| Parameter | Description                                  |
| --------- | -------------------------------------------- |
| Date      | Date and time of a change                    |
| Author    | Project member who made the change (Subject) |
| Type      | Type of change (Object)                      |
| Changes   | What was changed (Value)                     |

If you hover the cursor over *Changes* cell, you can see detailed information, e.g.:

![Example of log entry](/files/-M6lAaXG8Q00d9gwU-Xo)

## Actions

### Filters

In the top-right corner, there is the filter option <img src="/files/-M6kfXWjNsttzk6gKaXE" alt="" data-size="line"> . You can click it and change filter options.

![Log page filters](/files/-M6lCCEqMk2uz3aGajJd)

| Filter Parameter | Description                                                                                                                    |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Author           | Project member who changed the project parameters. You can select multiple members from the list or / perform an input search. |
| Type             | Types of changes. You can select multiple types from the list or / and perform an input search.                                |
| Interval         | Date/s of changes.                                                                                                             |

Select the parameters and click on the "**Find"** button. The results will be shown shortly.

You can clear all the parameters selected by clicking on "**Reset**" button.

### Downloading logs

In the top-right corner, there is the <img src="/files/-M6bHW7VD9b9u-LeuMsr" alt="" data-size="line"> "**Download"** button; clicking on it will cause a download of the represented log as a CSV file (tab-delimited) on your local drive.


---

# 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://pango.gitbook.io/paas/console-details/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.
