> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/testy/narzedzia-diagnostyczne.md).

# Diagnostic tools (logs, audit views, FormStore, Cockpit)

## Diagnostic logs

[Diagnostic logs](/documentation/documentation-en/zarzadzanie-aplikacja-biznesowa/testowanie-i-debugowanie-aplikacji/audyt-aplikacji-biznesowej/logi-diagnostyczne.md).

## Audit views

### Linux terminal

On the server, logs are usually located in the directories **/var/log/eximee** and **/var/log/eximee\_sensitive**.

We most often refer to the file **eximee\_platform.log**, which initially provides the most information.

It is worth knowing a few basic commands:

* **cd** – change directory,
* **cat**, **less** and **more** – for viewing logs,
* and **grep** – for searching for specific entries. E.g.: grep "ERROR" /var/log/eximee/eximee\_platform.log, This command will search for all lines with errors in the log file.

### Kibana

**Kibana** is a tool that can be used to browse and analyze logs and test data that have been previously collected and stored in the system (e.g. in Elasticsearch).

It enables:

* viewing logs from system operation in an organized, readable form,
* filtering data according to various criteria (e.g. operation ID, date, status, or error type),
* quickly searching for specific events and analyzing their course step by step,
* identifying errors and checking when and under what conditions they occurred,
* creating simple visualizations (e.g. charts) that help spot recurring problems or patterns.

<figure><img src="/files/9ef4f74b492b4508926584cee099f4dd69462d7d" alt=""><figcaption><p align="center"><em><strong>Figure 1.</strong> Sample Kibana interface.</em></p></figcaption></figure>

## EximeeBPMS Cockipit

Learn more: [EximeeBPMS Cockpit](/documentation/documentation-en/eksploatacja-aplikacji/obsluga-procesow/eximeebpms-cockpit.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/testy/narzedzia-diagnostyczne.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
