# Viewing the data run logs

> The **Log** panel shows what happens in the background. The **Log** panel is refreshed automatically every couple of seconds.

The **Log** panel shows what happens in the background. The **Log** panel is refreshed automatically every couple of seconds.

## Displaying the Log panel

Select the **View log** button in the header bar of the **Data transformations** window to display the **Log** panel.

:::note
The **View log** button is a toggle button. When the **Log** panel is visible, select the **View log** button to hide the **Log** panel.
:::

## SQL compilation errors

When a SQL compilation error occurs during data transformation, the affected file is automatically detected and linked. You can select the link to go directly to the file where you can fix the issue.

The following illustration shows an example.

![Example of a linked SQL file from a compilation error](https://dev-assets.cms.uipath.com/assets/images/process-mining/process-mining-example-of-a-linked-sql-file-from-a-compilation-error-607003-43cd6d7b-ea77fdff.webp)

## Log levels

The log contains different *log levels* to indicate the severity of the message:

| **Log level** | **Description** | **Data run status** |
| --- | --- | --- |
| Information | An **Information** message contains helpful information on the progress of the datarun. | Success |
| Warning | A **Warning** refers to a potential problem in your data that might affect what will be displayed on a chart in the published process app. It is advised to resolve any warnings to prevent any potential future problems. | Success |
| Error | An **Error** refers to a mistake in your data that prevents the process app from loading the data or running the transformations. You must resolve all errors to enable a successful data run. | Failed |

## Filtering logs

By default, Errors, Warnings, and Information messages are displayed when you open the **Log**. You can use the **Filter** menu to change the log level. The following illustration shows an example.

![Filter options for log messages](https://dev-assets.cms.uipath.com/assets/images/process-mining/process-mining-filter-options-for-log-messages-431797-23020c1d-a5442066.webp)

## Saving the log file

You can select the ![Copy](https://dev-assets.cms.uipath.com/assets/images/process-mining/process-mining-copy-263784-77ad7744-0fafd0b6.webp) icon to copy the contents of the log file and paste in, for example, a Notepad file that you can save on your computer. This enables you to view the messages when working on solving the issues causing errors or warnings.

:::note
This also enables you to share the contents of the log file, for example if you need support.
:::
