> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/canister/features/logs-and-manifests.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/canister/features/logs-and-manifests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
