# Logs & Manifests

Canister creates a range of log files for archival purposes, and console output for troubleshooting.

## Transfer Logs

For each Transfer, whether it's an archive or retrieve, a Transfer Log is created.

{% tabs %}
{% tab title="macOS" %}
Transfer Logs are accessible through the Transfer Log viewer (Command-L) or directly in Finder:&#x20;

`~/Library/Application Support/Canister/Transfer Logs`
{% endtab %}

{% tab title="Windows" %}
Transfer Logs are accessible via the Canister menu or in Explorer:

`/Users/Username/AppData/Roaming/Canister/Logs/Transfer Logs`
{% endtab %}
{% endtabs %}

## Manifests

To create a manifest of a tape, containing paths and names of all files stored, use `Create Manifest` option in the LTO disk menu.

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

## Canister's Console

Besides Transfer Logs, both Canister and LTFS events are recorded in the Console Log. This console output is essential to tackle issues with tapes, drives, and drivers.

{% tabs %}
{% tab title="macOS" %}
To access the Console on macOS, use `Shift-Command-C`. Text is selectable, and also searchable (Command-F).

![](/files/y1KhZlmKuMWFUPXR9AGQ)
{% endtab %}

{% tab title="Windows" %}
To view the Session Log in real time, click the Canister menu -> `Log Viewer`.&#x20;

<figure><img src="/files/rzBDvvLn9zdCNSEF0ULq" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.hedge.video/canister/features/logs-and-manifests.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.
