feat: add log messages for thread start/end, log exit status in full
modified src/logger.rs
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -401,10 +401,11 @@ pub fn adapter_config(config: &Config) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -427,6 +428,22 @@ pub fn queueproc_end(result: &Result<(), QueueError>) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -482,7 +499,7 @@ pub fn queueproc_picked_event(id: &QueueId, event: &QueuedCiEvent, adapter: &Ada
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -513,22 +530,20 @@ pub fn queueproc_processed_event(result: &Result<bool, QueueError>) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -663,7 +678,7 @@ pub fn event_end() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -737,11 +752,11 @@ pub fn adapter_stderr_line(line: &str) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|