mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-14 11:19:28 +00:00
Remove debug log of "processing metric"
This is just way too noisy and provides zero value.
This commit is contained in:
parent
76399b9a02
commit
a63733dcad
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Next
|
||||
----
|
||||
- Removed debug-level logging of processing metric
|
||||
|
||||
:tag:`1.0.0 <0.1.0...1.0.0>` (20-Jul-2021)
|
||||
------------------------------------------
|
||||
- Added ``Connector.timer`` method (addresses :issue:`8`)
|
||||
|
|
|
@ -636,7 +636,6 @@ class Processor:
|
|||
try:
|
||||
metric = await asyncio.wait_for(self.queue.get(),
|
||||
self._wait_timeout)
|
||||
self.logger.debug('received %r from queue', metric)
|
||||
self.queue.task_done()
|
||||
except asyncio.TimeoutError:
|
||||
# we still want to invoke the protocol send in case
|
||||
|
|
Loading…
Reference in a new issue