Skip to content

Commit

Permalink
Don't log StatsD messages to the console by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nbougalis committed Jan 9, 2014
1 parent 1017adf commit 2a46238
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/beast/beast/insight/impl/StatsDCollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 2a46238

Please sign in to comment.