reddit/baseplate.py

metrics: Make it possible to disable logging on NullReporter

Closed this issue · 1 comments

The current NullReporter logs but doesn't send metrics

logger.debug("Would send metric %r", metric_line)
. This can be kind of noisy for local development so there should be an option to get it to not log.

Fixed in aec186f, thanks @bsimpson63 !