feat: always log the start and end result in the queueproc thread
modified src/logger.rs
@@ -407,10 +407,11 @@ pub fn queueproc_start() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -109,11 +109,15 @@ pub struct QueueProcessor {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -154,7 +158,6 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
|
|
|
|
|