Closed denics closed 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.
stdout
To avoid the log to be created by the service, you should add this to your mycroft.conf:
mycroft.conf
"logs": { "path": "stdout" }
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
: