# Viewing and downloading logs in the Genesis in Turium

* [Levels of Logs](#levels-of-logs)
* [Basic and Advanced Logs](#basic-and-advanced-logs)
* [Viewing Recent Log Messages](#viewing-recent-log-messages)
* [Downloading Logs](#downloading-logs)

Every time an axon is executed, Turium produces logs that aid in the monitoring of the axon operations and resolution of any arising issues. These logs can be accessed and sorted by their respective levels from the moment the axon run commences.

To access a log file, navigate to the Preview page or the Genesis or Axon details page, and click on Logs:

To keep track of the axon's progress, select Logs while it's in operation.

***

### Levels of Logs  <a href="#levels-of-logs" id="levels-of-logs"></a>

You can filter the axon's logs based on various levels:

* Error
* Warning
* Informational
* Debug
* Trace

To change the log level, click on the drop-down menu located next to Level and pick the kind of messages you'd like displayed in the log.

***

### Basic and Advanced Logs  <a href="#basic-and-advanced-logs" id="basic-and-advanced-logs"></a>

Each axon operation gives you access to basic and advanced logs. Basic logs provide details about the different phases of the axon, while advanced logs encompass all basic messages and additional information about the health of the cluster and the execution engine.

At any point during an axon preview or run, you can switch to advanced logs by clicking on View Advanced Logs.

To go back to viewing basic logs, select Hide Advanced Logs.

***

### Viewing Recent Log Messages  <a href="#viewing-recent-log-messages" id="viewing-recent-log-messages"></a>

When you open a log, the axon Detail page will show the most recent log messages. If your axon run has a large number of messages, you can use Scroll to Latest Logs to swiftly access the latest ones.

***

### Downloading Logs  <a href="#downloading-logs" id="downloading-logs"></a>

Once an axon run is completed, you can download a log file, containing all the advanced log messages and stack trace messages, to assist in troubleshooting any potential issues. To download the log, click on Download All.

Additionally, you can view the raw log in plain text in a new browser tab. Click on the drop-down menu next to Download All and choose View Raw Logs.

***


---

# 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.turium.ai/home/algoreus/turium-connector-documentation/turium-fabriq-overview/how-to-guides/axons-pipeline-user-guide/viewing-and-downloading-logs-in-the-genesis-in-turium.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.
