# Log

The log panel displays all messages printed by the [`Std Log`](/midio-docs/built-in-nodes/core-std.md#log) node.

The **Log panel** displays output from the [`Std Log`](/midio-docs/built-in-nodes/core-std.md#log-std) node and other runtime messages, such as errors that occur during execution. It's a simple tool for debugging and understanding what your flow is doing.

Whenever a [`Std Log`](/midio-docs/built-in-nodes/core-std.md#log-std) node is triggered in your flow, its message will appear here in real time. In addition to custom logs, this panel may also show system-generated errors or warnings, helping you identify issues as they happen.

{% hint style="info" %}
Take a look at the [User Traces](/midio-docs/reference/overview/user-traces.md) guide for a more a more advanced tracing capabilities.
{% endhint %}

<figure><img src="/files/BbjKndJuLgametuqBP6v" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.midio.com/midio-docs/reference/overview/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.
