webb-tools / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
MIT License
5 stars 1 forks source link

Gadget SDK - Logging Module #156

Open shekohex opened 1 month ago

shekohex commented 1 month ago

Logging

We should keep using tracing crate and its ecosystem, we could build a thin wrapper around it to make the logging follow a conventional scheme. And since the shell manager is going to run these gadgets internally, it can wrap its stdout and stderr with a custom logger that appends the blueprint ID to the beginning of each line.

drewstone commented 1 month ago

@Tjemmmic I've started this in #166, if you want to add to it that's the place.