From 2a4623814c1583537b38ec55dfaf81675e203415 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 --- src/beast/beast/insight/impl/StatsDCollector.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/beast/beast/insight/impl/StatsDCollector.cpp b/src/beast/beast/insight/impl/StatsDCollector.cpp index c92690fa858..98cb84fa804 100644 --- a/src/beast/beast/insight/impl/StatsDCollector.cpp +++ b/src/beast/beast/insight/impl/StatsDCollector.cpp @@ -413,8 +413,6 @@ class StatsDCollectorImp void run () { - m_journal.sink().console (true); - boost::system::error_code ec; if (m_socket.connect (to_endpoint (m_address), ec))