From ee2401eeccf6b59b1ba174b86963b8493968343d Mon Sep 17 00:00:00 2001 From: Ivo Date: Sat, 21 Mar 2020 00:15:14 +0100 Subject: [PATCH] Log to stdout so Docker can read it too and show it using docker-compose log --- .templates/mosquitto/mosquitto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/mosquitto/mosquitto.conf b/.templates/mosquitto/mosquitto.conf index 9f63ac19..4b7e231e 100644 --- a/.templates/mosquitto/mosquitto.conf +++ b/.templates/mosquitto/mosquitto.conf @@ -1,4 +1,4 @@ persistence true persistence_location /mosquitto/data/ -log_dest file /mosquitto/log/mosquitto.log +log_dest stdout #password_file /mosquitto/config/pwfile