use tracing instead, revert this string converter function

This commit is contained in:
Cappy Ishihara 2024-06-02 03:37:57 +07:00
parent d4f0aa96c3
commit 6d26330bd8
No known key found for this signature in database
GPG key ID: 50862C285CB76906
3 changed files with 33 additions and 1 deletions

View file

@ -36,6 +36,7 @@ axum = { version = "0.7.5", features = ["ws", "macros", "http2"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tokio = { version = "1.37.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
tracing = "0.1.40"
# TODO: Sort it!
# TODO: Replace Vec<u8> and &[u8] by Bytes