feat: switch to structured logging only
Replace all use of log and env-logger crates with structured logging using slog and slog-json.
Change the recently introduced logger module to use the slog-scope crate. This avoids having to pass a reference to logger::Logging to every place that needs to do any logging.
Signed-off-by: Lars Wirzenius liw@liw.fi
Replace all use of log and env-logger crates with structured logging using slog and slog-json.
Change the recently introduced logger module to use the slog-scope crate. This avoids having to pass a reference to logger::Logging to every place that needs to do any logging.
Signed-off-by: Lars Wirzenius liw@liw.fi