This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Replace slog
with log
once log
supports structured logging
#3260
Labels
I7-refactor
Code needs refactoring.
Milestone
The entirety of Substrate uses the
log
crate, except for the telemetry which usesslog
because of structured logging.The
log
is currently getting support for structured logging:rust-lang/log#149
rust-lang/log#328
Once this is done, we can switch out from
slog
.The text was updated successfully, but these errors were encountered: