mitre / hipcheck

Automatically assess and score software repositories for supply chain risk.
https://mitre.github.io/hipcheck/
Apache License 2.0
81 stars 6 forks source link

Proper logging for plugins #381

Open j-lanson opened 2 months ago

j-lanson commented 2 months ago

Currently in plugin/manager.rs::start_plugin(), we directly pipe plugin stdout/stderr to Hipcheck stdout/stderr. We should have a more structured logging that integrates with the existing logging in Hipcheck, and also specifies which plugin the message came from.

j-lanson commented 2 months ago

Notes from discussion with Andrew: