quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

Logger polution #12

Closed ls-adrian closed 8 years ago

ls-adrian commented 9 years ago

When statsdbuffer.Close() is called, it dumps [BufferedStatsdClient] 2015/03/06 14:38:03 Asked to terminate. Flushing stats before returning. out.

How do I prevent it from doing this?

quipo commented 8 years ago

you can now set sb.Verbose = false in the buffered client instance (see 1c66a23d163c4d9aee3728263e8ec19fafbff336)