# Important log files

## Trilio services logs on RHOSP

### On the Controller Node

Below Trilio containers gets deployed on the Contoller node.

* `triliovault_datamover_api`
* `triliovault_wlm_api`
* `triliovault_wlm_scheduler`
* `triliovault_wlm_workloads`
* `triliovault-wlm-cron`

The log files for above Trilio services can be found here:

`/var/log/containers/triliovault-datamover-api/triliovault-datamover-api.log`

`/var/log/containers/triliovault-wlm-api/triliovault-wlm-api.log`

`/var/log/containers/triliovault-wlm-cron/triliovault-wlm-cron.log`

`/var/log/containers/triliovault-wlm-scheduler/triliovault-wlm-scheduler.log`

`/var/log/containers/triliovault-wlm-workloads/triliovault-wlm-workloads.log`

In the case of using S3 as a backup target is there also a log file that keeps track of the S3-Fuse plugin used to connect with the S3 storage.

`/var/log/containers/triliovault-wlm-workloads/triliovault-object-store.log`

For file serach operation, logs can be found on Controller node at below location:

`/var/log/containers/triliovault-wlm-workloads/workloadmgr-filesearch.log`

### On the Compute Node

Trilio Datamover container gets deployed on the Compute node.

The log file for the Trilio Datamover service can be found at:

`/var/log/containers/triliovault-datamover/triliovault-datamover.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/openstack/t4o-5.x/troubleshooting/important-log-files.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.
