> For the complete documentation index, see [llms.txt](https://docs.flybydev.com/quickstart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flybydev.com/quickstart/download-and-view-logs.md).

# Download & View Logs

## Flight Logs

To download the flight logs, first enable the hotspot on the drone controller. Download QGroundControl on your computer, and connect to the controller's hotspot. From QGroundControl, you can download the logs directly. Detailed information about establishing the controller hotspot and connecting to the hotspot is located [here](https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/share-video-stream#connect-over-wifi-hot-spot). More information about the log download process in QGroundControl can be found [here](https://docs.qgroundcontrol.com/master/en/qgc-user-guide/analyze_view/log_download.html).&#x20;

### Controller Hotspot

1. Slide down the notifications from the top left of the screen
2. Press and hold the Wifi symbol

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

3. Select Settings -> Tethering & portable hotspot

<figure><img src="/files/n23OdD14QEkZUoiRKN8O" alt=""><figcaption><p><a href="https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/share-video-stream#connect-over-wifi-hot-spot">https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/share-video-stream#connect-over-wifi-hot-spot</a></p></figcaption></figure>

4. Select Set up Wi-Fi hotspot
5. Configure the name and password as you choose

<figure><img src="/files/4MmevLKNANxIa2tzVL2t" alt=""><figcaption><p><a href="https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/share-video-stream#connect-over-wifi-hot-spot">https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/share-video-stream#connect-over-wifi-hot-spot</a></p></figcaption></figure>

### Log Download

In QGroundControl, go to **Analyze->Log Download** and you will find the log files. Click *Download* to get the log file.

<figure><img src="/files/YlAUd7hyLvIyqvhR7sO2" alt=""><figcaption><p><a href="https://docs.qgroundcontrol.com/master/en/qgc-user-guide/analyze_view/log_download.html">https://docs.qgroundcontrol.com/master/en/qgc-user-guide/analyze_view/log_download.html</a></p></figcaption></figure>

### Log Viewing

There are many online tools to view downloaded logs. Ardupilot has a [UAV log viewer](https://plot.ardupilot.org/#/) that can be used.

To do so, go to [https://plot.ardupilot.org/](https://plot.ardupilot.org/#/) and drag your log file into the top left box.

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

Once the file is loaded and processed, select the graph you would like to see. For example, under **Plot Individual Field -> BARO\[0]**, we select **Alt (m).**

<figure><img src="/files/LOlNzuX5IUxDNOr9R2OA" alt="" width="290"><figcaption><p>Field Selection</p></figcaption></figure>

<figure><img src="/files/7p0VAKKCX3BndnQRVXBt" alt=""><figcaption><p>Altitude Graph</p></figcaption></figure>

## Jetson Logs

For development purposes, payloads and services will store their logs on the Jetson in `/flyby/log`. Each stream and payload registers itself with the drone, and these interactions are logged in the file `/flyby/log/drone.log`. This log will contain all the relevant information about the drone and controller communication as it pertains to streams and payloads.
