film42 / sidekiq-rs

A port of sidekiq to rust using tokio
MIT License
95 stars 10 forks source link

move from slog to tracing #29

Closed jondot closed 8 months ago

jondot commented 8 months ago

This PR moves from slog to tracing across the board.

Benefits:

film42 commented 8 months ago

Wow! This is objectively way better. I want to merged this. I will probably push a few tweaks to demo code and README but this looks great. Thanks, @jondot !

film42 commented 8 months ago

Thanks for the thiserror change as well. I think it's a good change. Would prefer that to be a separate PR but directionally 👍 . I'm fine to keep this bundled in one PR. Hoping to get this released this weekend.

film42 commented 8 months ago

Release as v0.8.0. Thanks!