# Flight Reporting

PX4 logs detailed aircraft state and sensor data, which can be used to analyze performance issues. This topic explains how you can download and analyse logs, and share them with the development team for review.

:::tip Keeping flight logs is a legal requirement in some jurisdictions. :::

## Downloading Logs from the Flight Controller

Logs can be downloaded using [QGroundControl](http://qgroundcontrol.com/): [**Analyze View > Log Download**](https://docs.qgroundcontrol.com/master/en/analyze_view/log_download.html).

![Flight Log Download](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-6e8d7005a9468c7b80e48c66c68feba5182da9e5%2Flog_download.jpg?alt=media)

## Analyzing the Logs

Upload the log file to the online [Flight Review](http://logs.px4.io) tool. After upload you'll be emailed a link to the analysis page for the log.

[Log Analysis using Flight Review](https://px4.gitbook.io/px4-user-guide/flight_log_analysis/flight_review) explains how to interpret the plots, and can help you to verify/reject the causes of common problems: excessive vibration, poor PID tuning, saturated controllers, imbalanced vehicles, GPS noise, etc.

:::note There are many other great tools for visualising and analysing PX4 Logs. For more information see: [Flight Analysis](https://px4.gitbook.io/px4-user-guide/development/debug/flight_log_analysis). :::

:::tip If you have a constant high-rate MAVLink connection to the vehicle (not just a telemetry link) then you can use *QGroundControl* to automatically upload logs directly to *Flight Review*. For more information see [Settings > MAVLink Settings > MAVLink 2 Logging (PX4 only)](https://docs.qgroundcontrol.com/master/en/SettingsView/MAVLink.html#logging). :::

## Sharing the Log Files for Review by PX4 Developers

The [Flight Review](http://logs.px4.io) log file link can be shared for discussion in the [support forums](https://px4.gitbook.io/px4-user-guide/contribute/support#forums-and-chat) or a [Github issue](https://github.com/hamishwillee/PX4-user_guide/blob/gitbook_sync/en/README.md#reporting-bugs-issues).

## Log Configuration

The logging system is configured by default to collect sensible logs for use with [Flight Review](http://logs.px4.io).

Logging may further be configured using the [SD Logging](https://px4.gitbook.io/px4-user-guide/advanced_config/parameter_reference#sd-logging) parameters or with a file on the SD card. Details on configuration can be found in the [logging configuration documentation](https://px4.gitbook.io/px4-user-guide/development/debug/logging#configuration).

## Key Links

* [Flight Review](http://logs.px4.io)
* [Log Analysis using Flight Review](https://px4.gitbook.io/px4-user-guide/flight_log_analysis/flight_review)
* [Flight Log Analysis](https://px4.gitbook.io/px4-user-guide/development/debug/flight_log_analysis)
