Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tracing crate for logging #177

Closed
alessandrod opened this issue Jan 30, 2024 · 0 comments · Fixed by #182
Closed

Use tracing crate for logging #177

alessandrod opened this issue Jan 30, 2024 · 0 comments · Fixed by #182
Assignees

Comments

@alessandrod
Copy link
Collaborator

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.

@vadorovsky vadorovsky self-assigned this Jan 30, 2024
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 2, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 2, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 3, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 3, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 4, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 7, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit that referenced this issue Feb 8, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes #177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 8, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 13, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
vadorovsky added a commit to vadorovsky/bpf-linker that referenced this issue Feb 18, 2024
Structured logging from `tracing` meets our needs better, especially
in the parts of bpf-linker which sanitize the debug info.

Fixes aya-rs#177
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants