refactor: replace tracing
with log
#132
Labels
Chore
Tedious, typically non-functional change
Enhancement
New feature or improvement to an existing feature
Description
Using the
tracing-log
crate allows to just uselog
all over the application and it will be adapted totracing
automatically.Motivation
Simpler logging.
Resources
https://docs.rs/tracing-log/latest/tracing_log
To-do List
n/a
The text was updated successfully, but these errors were encountered: