# Live PX4 Log Streaming

Besides saving them on the FMU SD card, Skynode can also stream the logs live to Auterion MissionControl's log folder on the Ground Control Station.

## Enabling Live PX4 Log Streaming

Switch to Advanced Mode, open the sidebar in Auterion MissionControl and click 'Settings' on the bottom. Select 'MAVLink' from the menu items on the left and tick the box 'Enable automatic logging' in the MAVLink 2.0 Logging' section.

<figure><img src="/files/14n7IKwEyOyOipaRTTFa" alt=""><figcaption></figcaption></figure>

You'll see the current and past log files listed in the 'Saved Log Files' section.

{% hint style="info" %}
The streaming always happens from arming until disarming, regardless of the value of the `SDLOG_MODE` parameter.
{% endhint %}

To access the latest log live, go to the Documents/AuterionMissionControl/logs folder on your ground control station and look for the latest .ulg file. This file is continuously updated with data being streamed by Skynode from arming until disarming.

{% hint style="info" %}
Currently, the log isn't automatically uploaded live to Auterion Suite.
{% 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.auterion.com/vehicle-operation/auterion-mission-control/useful-resources/diagnostics-and-support/live-px4-log-streaming.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.
