# Important RHV-Manager Logs

## TrilioVault data transfer related logs

**`/var/log/ovirt-imageio-proxyimage-proxy.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: 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.0/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.
