# Flight Logs

The DeltaQuad Evo records onboard logs containing extensive information about each flight.&#x20;

These logs serve multiple purposes, including flight performance analysis and troubleshooting. By examining them, you can assess the drone’s operational efficiency, identify potential issues, and make data-driven decisions to enhance future flights. The following three sections discuss how to retrieve the log files.

* [Sharing log files via Auterion Suite](/gov/maintenance/flight-logs/sharing-log-files-via-auterion-suite.md)
* [Downloading log files via the GCS](/gov/maintenance/flight-logs/downloading-log-files-via-the-gcs.md)
* [Downloading a log file directly from the DeltaQuad Evo](/gov/maintenance/flight-logs/downloading-log-files-via-usb.md)

***

Basic telemetry logging in AMC is enabled by default. To disable it, open AMC, go to **AMC Menu -> Settings -> General**. Under **Telemetry Logs from Vehicle** disable **Save log after each flight.**

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

On the DeltaQuad Evo TAC/TAC+, more detailed logging on the flight controller is set by default to log without location data and is not encrypted. To turn this logging off or to set it to also log location-related data AMC must run in **Advanced Mode** (click 5 times on the **AMC Menu** to get the option)**.**

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

Go to **AMC Menu** -> **Advanced** -> **Storage** while AMC is connected to the vehicle. Note that this setting persists through vehicle reboots.

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

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

**Log Location Data** can be set to **Enabled**, **Disabled**, and **Only Local Position**.

{% hint style="warning" %}
Warranty claims will only be considered valid and processed if accompanied by the relevant log files documenting the incident in question. Failure to provide the necessary log files may result in the denial of the warranty claim. By submitting a warranty request, you acknowledge and agree that the presence of log files is a mandatory requirement for warranty evaluation and potential fulfillment.
{% 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.deltaquad.com/gov/maintenance/flight-logs.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.
