From a67fd5536d29a260fd852df4efc1873f738e58bd Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 1 May 2017 21:21:57 -0400 Subject: [PATCH] Disable notice log level messages This commit turns off notice log level messages from in the mosquitto log. It turns out this is the level that writes all the incoming connection messages and ends up spamming the logs like crazy. Change-Id: Id62eb834cfe697acd09bf9da4e85250e7366f9b6 --- templates/mosquitto.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mosquitto.conf.erb b/templates/mosquitto.conf.erb index 5ddff36..7e83ab7 100644 --- a/templates/mosquitto.conf.erb +++ b/templates/mosquitto.conf.erb @@ -505,7 +505,7 @@ log_dest file <%= @log_file %> # network packets. They are not logged in "topics". log_type error log_type warning -log_type notice +#log_type notice log_type information #log_type debug #log_type all