We've seen how difficult it is to use our current ad hoc logs. So I think this is something that is worth doing right.
actix uses logger: https://actix.rs/docs/middleware/#logging
blessed recommends tracing: https://blessed.rs/crates#section-common-subsection-logging
actix middleware for tracing: https://docs.rs/tracing-actix-web/latest/tracing_actix_web/
explanation of theory behind tracing: https://www.lpalmieri.com/posts/2020-09-27-zero-to-production-4-are-we-observable-yet/
@tombh - do you have any experience with logging?
We've seen how difficult it is to use our current ad hoc logs. So I think this is something that is worth doing right.
actix uses logger: https://actix.rs/docs/middleware/#logging
blessed recommends tracing: https://blessed.rs/crates#section-common-subsection-logging
actix middleware for tracing: https://docs.rs/tracing-actix-web/latest/tracing_actix_web/
explanation of theory behind tracing: https://www.lpalmieri.com/posts/2020-09-27-zero-to-production-4-are-we-observable-yet/
@tombh - do you have any experience with logging?