OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 12 forks source link

Where are the logs for the docker version? #62

Closed aseques closed 3 months ago

aseques commented 3 months ago

I installed the docker version using the script, apparently everything is working, but the system isn't picking any commands. Where are the logs located (I am mainly interested in the boot logs for the main daemon and also a live view of what is ovos receiving.

goldyfruit commented 3 months ago

Hi,

There are no boot logs or daemon as you selected Docker as installation method.

To get the logs you will have to run docker logs command; https://openvoiceos.github.io/ovos-docker/getting-started/docker/debug/#specific-container-logs

The ovos_listener container will mostly be the one to check as this is the one listening for the wake word.

docker ps -a
docker logs --tail 200 -f ovos_listener