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.
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.