feat: replace env_logger with tracing_subscriber

This allows to get iroh logs with
RUST_LOG=iroh_net=trace
This commit is contained in:
link2xt
2024-05-18 18:06:09 +00:00
parent 97602f3fd7
commit 6d59fb49aa
7 changed files with 18 additions and 45 deletions

View File

@@ -45,7 +45,6 @@ skip = [
{ name = "dlopen2", version = "0.4.1" },
{ name = "ed25519-dalek", version = "1.0.1" },
{ name = "ed25519", version = "1.5.3" },
{ name = "env_logger", version = "0.10.2" },
{ name = "event-listener", version = "2.5.3" },
{ name = "event-listener", version = "4.0.3" },
{ name = "fastrand", version = "1.9.0" },