> For the complete documentation index, see [llms.txt](https://chameleoncloud.gitbook.io/chi-in-a-box/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chameleoncloud.gitbook.io/chi-in-a-box/operations/troubleshooting.md).

# Troubleshooting

### Viewing Logs

Logs can be found in the directory `/var/log/kolla/`

You can also view the `stdout` of each container by running `docker logs -f container_name`

### Executing debugging commands

Each service is running in its own container, so the commands aren't available natively on the host.

Instead, you can run the commands using `docker exec`

For example, for openvswitch commands: `docker exec openvswitch_db ovs-vsctl show`
