elmarx / actix-slog

structured logging for actix-web
Apache License 2.0
8 stars 6 forks source link

Support for actix-web 4 #7

Open DrBluefall opened 3 years ago

DrBluefall commented 3 years ago

This is essentially a rehash of #2. I attempted to use this in a project of mine alongside actix-web 4.0.0-beta.8, and failed to.

Private attempts to port manually have ended in (mostly) failure.

Assistance would be appreciated.

thisismana commented 2 years ago

@DrBluefall I failed, too. This module is quite similar to the original implementation. Had you have a look at https://github.com/actix/actix-web/blob/master/actix-web/src/middleware/logger.rs ?

elmarx commented 2 years ago

Sorry, I totally missed the issue. I'll look into it. But yes, this crate was just an adaption of the original implementation, and also the actix 3 updates were made by looking at the original :P