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
This commit is contained in:
Matthew Treinish 2017-05-01 21:21:57 -04:00
parent d0db8613af
commit a67fd5536d
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 1 deletions

View File

@ -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