Logging
Last updated
Was this helpful?
This page explains how Catalyst provides access to logs for all running participant and validator components directly from the user interface. Logs are retrieved from the Kubernetes API and displayed per component, with each entry including a Kubernetes-provided timestamp.
Catalyst displays logs for all running components on the Participant or Validator detail page. Logs are fetched from the Kubernetes API.
Scroll up and down through the log output. Scroll down to see newer entries, scroll up to see older ones.
Your logs can use any format. However, to enable level filtering, format your logs as JSON with a level field:
{"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.).
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.

Last updated
Was this helpful?
Was this helpful?