# Logs of All Services

Service log messages of all services provide a detailed view of all service activities for effective monitoring and troubleshooting. You can filter, search, and export log data in the **Service Logs** tab of the **Service Details** view. By accessing these service logs, you can:

* Track important events
* Ensure optimal service performance
* Identify and diagnose issues for troubleshooting

## Service Logs Tab (Services View)

You can view detailed log messages for each service in the **Service Logs** tab of the **Service Details** view.

* To open the **Service Logs** view, click **Services** and click **Service Logs**.

<figure><img src="/files/4GgQY0LIMVEeugLt7qO9" alt=""><figcaption></figcaption></figure>

**Download CSV**

* Export the visible service log entries as a CSV file. The service log entries in the CSV file are limited to the most recent 500 lines in the current view. To download the full log, click **Download Raw Logs**.

**Download Raw Logs**

* Export all service log entries as a **.log** file.

**Refresh Logs**

* Refresh the service logs messages to show the most recent entries.

**Filter**

* Use these filters to focus on specific service log message types based on your troubleshooting or monitoring needs. You can filter for **Debug**, **Error**, **Fatal**, **Info**, **Trace**, and **Warn** messages.

**Start Time/End Time**

* Select a specific start date/time and end date/time to define the period for which you want to view service log messages.

**Search**

* Find specific service log messages by keyword. The search filters the displayed service log messages, showing only matching results.

**Level**

* The type of message. For example, info or warning.

**Time**

* The exact date and time when each log message was generated.

**Service**

* The name of the service.

**Message**

* Displays the message of the service log. For example, **Lathe\_01: Enabled Service**.

## Log Details Dialog

The **Log Details** dialog provides in-depth information about specific log entries in the service logs.

* To open the **Log Details** dialog, click a log entry of a service.

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

When you select a log entry, this dialog displays the following fields:

**Time**

* The timestamp of the log entry in Unix milliseconds format. Example: **1728878765733**

**Pid**

* The Process ID associated with the log entry.

**Hostname**

* The name of the host or service that generated the log. Example: **service-manager**

**Class Name**

* The class or category of the log entry. Example: **Service**

**Message**

* A detailed description of the logged event. Example: **Drehmaschine\_02: Enabling Service**


---

# 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://docs.cybus.io/documentation/services/service-logs/service-logs-of-all-services.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.
