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

Print debug messages if debug flag was chosen #6

Closed
yanivagman opened this issue Jan 27, 2021 · 2 comments · Fixed by #284
Closed

Print debug messages if debug flag was chosen #6

yanivagman opened this issue Jan 27, 2021 · 2 comments · Fixed by #284

Comments

@yanivagman
Copy link
Collaborator

We currently only print libbpf messages which have WARN level.
If debug flag was given, we should also print debug messages from libbpf.

Example:
https://github.com/libbpf/libbpf-bootstrap/blob/master/src/bootstrap.c#L62

@grantseltzer grantseltzer transferred this issue from aquasecurity/tracee May 19, 2021
@grantseltzer grantseltzer changed the title libbpfgo: print debug messages if debug flag was chosen Print debug messages if debug flag was chosen May 19, 2021
@rafaeldtinoco
Copy link
Contributor

Duplicate of: #55
Related: #188

@geyslan
Copy link
Member

geyslan commented Feb 1, 2023

This is being tackled, in part, by #284, via filtering callbacks. It's up to the consumers to define the filtering they want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants