> For the complete documentation index, see [llms.txt](https://docs.trilio.io/rhv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/rhv/4.1/troubleshooting/important-rhv-manager-logs.md).

# Important RHV-Manager Logs

## TrilioVault data transfer related logs

**RHV 4.3: `/var/log/ovirt-imageio-proxy/image-proxy.log`**

**RHV 4.4: `/var/log/ovirt-imageio/daemon.log`**

This log provides the used ticket number and RHV-Host for a backup transfer.\
It is helpful to identify the ticket numbers that are used in RHV to track a specific data transfer.\
It also shows any connection errors between the RHV-M and the RHV-Host.

## Generally helpful RHV-Manager logs

TrilioVault is calling a lot of RHV APIs to read metadata, create RHV Snapshots and restore VMs.\
These tasks are done by RHV independently from TrilioVault and are logged in RHV logs.

**`/var/log/ovirt-engine/engine.log`**

This log is hard to read, but contains all tasks that the RHV-M is doing, including all Snapshot related tasks.

Additional logs that can be helpful during troubleshooting are:

**`/var/log/ovirt-engine/boot.log`**\
**`/var/log/ovirt-engine/console.log`**\
**`/var/log/ovirt-engine/ui.log`**


---

# 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:

```
GET https://docs.trilio.io/rhv/4.1/troubleshooting/important-rhv-manager-logs.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.
