Make some fixes to logging in PVF subsystem (#6180)
* Log exit status code for workers * Make log for execute job conclusion match prepare job conclusion Trace log for conclusion of prepare job: ```rs gum::debug!( target: LOG_TARGET, validation_code_hash = ?artifact_id.code_hash, ?worker, ?rip, "prepare worker concluded", ); ``` Co-authored-by: parity-processbot <>
Showing
- polkadot/node/core/pvf/src/execute/queue.rs 2 additions, 2 deletionspolkadot/node/core/pvf/src/execute/queue.rs
- polkadot/node/core/pvf/src/executor_intf.rs 1 addition, 1 deletionpolkadot/node/core/pvf/src/executor_intf.rs
- polkadot/node/core/pvf/src/worker_common.rs 15 additions, 3 deletionspolkadot/node/core/pvf/src/worker_common.rs
Please register or sign in to comment