From 43f38a240e486f52d57b67b9a8d46fe60e6b8d06 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Wed, 8 Jan 2014 16:55:36 -0800 Subject: [PATCH] Don't log StatsD messages to the console by default --- beast/insight/impl/StatsDCollector.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/beast/insight/impl/StatsDCollector.cpp b/beast/insight/impl/StatsDCollector.cpp index c92690fa8..98cb84fa8 100644 --- a/beast/insight/impl/StatsDCollector.cpp +++ b/beast/insight/impl/StatsDCollector.cpp @@ -413,8 +413,6 @@ public: void run () { - m_journal.sink().console (true); - boost::system::error_code ec; if (m_socket.connect (to_endpoint (m_address), ec))