Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Make some fixes to logging in PVF subsystem #6180

Merged
merged 3 commits into from
Oct 26, 2022
Merged

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    39879c5 View commit details
    Browse the repository at this point in the history
  2. 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",
    );
    ```
    mrcnski committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    392c315 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Merge remote-tracking branch 'origin/master' into m-cat/pvf-logging-f…

    …ixes
    parity-processbot committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3a16278 View commit details
    Browse the repository at this point in the history