OpenVoiceOS / ovos-docker

Open Voice OS container images and docker-compose.yml files for x86_64 and aarch64 CPU architectures.
https://openvoiceos.github.io/ovos-docker/
Apache License 2.0
39 stars 11 forks source link

add support for mounting log folder #23

Closed denics closed 1 year ago

goldyfruit commented 1 year ago

When using Docker, you should not have logs into the containers as they are identical with what is already available in the stdout.

To avoid the log to be created by the service, you should add this to your mycroft.conf:

  "logs": {
    "path": "stdout"
  }