# Retrieve the helmut4 client log

The helmut4 client is saving any action that is executed by its local streaming engine to the local spring.log.

The easiest way to find the log file is to click the helmut4 tray icon (whether it is on Windows or Macintosh) while the application is running.

<figure><img src="/files/heEzNCVWCSfn6dh1AqkE" alt=""><figcaption><p>Helmut 4 client</p></figcaption></figure>

The log for the corresponding operating system can be found here:

<table><thead><tr><th width="234">Operating system</th><th>Log-path</th></tr></thead><tbody><tr><td>Windows</td><td>/Users/{user.name}/MoovIT GmbH/HelmutClient/spring.log</td></tr><tr><td>Macintosh</td><td>C:\Users\{user.name}\MoovIT GmbH\HelmutClient\spring.log</td></tr><tr><td>Linux</td><td>/root/MoovIT GmbH/HelmutClient/spring.log</td></tr></tbody></table>

{% hint style="info" %}
Please keep in mind that the log will be created in a user context. This means that if there was an issue while "user A" was working, the log needs to be retrieved from their account.
{% endhint %}

{% hint style="warning" %}
Before grabbing the client log file, make sure you are searching for the correct one in the first place.

Please check the information on the stream/job dashboard first. In cases where the stream was executed on the server, you won't find any information in the client log. There are also specific processes that are executed by a server, such as Cosmo Project File Index Action V2, even though it is considered a client stream.
{% endhint %}


---

# 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.helmut.de/helmut4-releases/support/debug-or-log-collection/helmut4-client/retrieve-the-helmut4-client-log.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.
