aya-rs / bpf-linker

Simple BPF static linker
Apache License 2.0
192 stars 42 forks source link

Use tracing crate for logging #177

Closed alessandrod closed 8 months ago

alessandrod commented 9 months ago

We now use env_logger. In the DI sanitizer we do some tree walking and have a pretty bad hierarchical log thing. We should switch to tracing so we get proper structured, hierarchical logging.