> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-1.10/validator-management/logging.md).

# Logging

## Component Logs

Catalyst displays logs for all running components on their main page. Logs are fetched from the Kubernetes API.

## How Logs Work

When you view a component, you see its log output. Each log entry includes a timestamp from the Kubernetes API.

## Navigating Logs

Scroll up and down through the log output. Scroll **down** to see newer entries, scroll **up** to see older ones.

## Log Formatting

Your logs can use any format. However, to enable level filtering, format your logs as JSON with a `level` field:

```json
{"level": "error", "message": "Connection failed"}
{"level": "info", "message": "Service started"}
```

When your logs follow this format, you can filter by severity level (info, warning, error, etc.).

## Searching Logs

Use the search field to find specific text within your loaded logs. The search works on logs currently displayed in your view. To search older logs, scroll up to load them first.

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


---

# 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.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-1.10/validator-management/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.
