mozilla-services / common-rs

Common utilities for Mozilla server side apps
Mozilla Public License 2.0
3 stars 9 forks source link

feat(tracing-actix-web-mozlog): Add crate providing compatibility between Tracing, Actix, and MozLog #9

Closed mythmon closed 3 years ago

mythmon commented 3 years ago

This verbosely named crate provides everything needed to make a Actix Web project using Tracing MozLog compatible, both in it's log format, and its request logging.

mythmon commented 3 years ago

Those cargo-audit failures are false positives since it doesn't understand prerelease versions.

pjenvey commented 3 years ago

Feel free to add --ignore RUSTSEC-XXX's for now

mythmon commented 3 years ago

@pjenvey friendly ping. I added the audit ignores, and this should be ready to review. Of course, Contile's launch work takes precedence over this, I just wanted to make sure it was still on your list.