r-Techsupport / hyde

A web editor and CMS for Jekyll/git static sites.
GNU General Public License v3.0
4 stars 2 forks source link

(low priority) Migrate logging to the `trace` crate #37

Open zleyyij opened 3 weeks ago

zleyyij commented 3 weeks ago

A large portion of the ecosystem we take advantage of has logging/detailed tracing implemented with tokio's trace crate. If we migrate to that and add a bridge to implementations that make use of the log crate, then logging should be nice and robust.