> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/webapps/chimney/logs-page.md).

# Logs Dashboard

You can access this page by clicking "Logs" from the left navigation menu.

<figure><img src="/files/4vlS5moU0J6gCKBx5pBo" alt=""><figcaption><p>Fig1: Chimney Logs Experience</p></figcaption></figure>

As you can see in the animated image above, you can:

* View the logs of your blobber/validator as JSON.
* Limit the number of logs in each page.
* Search by a specific string in your logs.

We depend on Loki to gather and present the logs. Click the "Go to Loki" button to visit the Loki dashboard in the grafana of your deployment.

***

If you have any questions or encounter any issues, please join our [Discord](https://discord.com/invite/h3BFjdtCp4) for further assistance. Our team and the community members are available to help troubleshoot your concerns and provide guidance.


---

# 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:

```
GET https://docs.zus.network/zus-docs/webapps/chimney/logs-page.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.
