feat: log event queue length at log level "trace"
This reduces log spam.
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+8
-2
c8d6c0f5
→
5b5ba29e
modified src/logger.rs
@@ -5,7 +5,7 @@ use std::sync::Once;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -160,6 +160,12 @@ pub fn queueproc_channel_disconnect() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -100,7 +100,7 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|