Skip to content

Commit 2a46238

Browse files
committed
Don't log StatsD messages to the console by default
1 parent 1017adf commit 2a46238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/beast/beast/insight/impl/StatsDCollector.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ class StatsDCollectorImp
413413

414414
void run ()
415415
{
416-
m_journal.sink().console (true);
417-
418416
boost::system::error_code ec;
419417

420418
if (m_socket.connect (to_endpoint (m_address), ec))

0 commit comments

Comments
 (0)