Provide debug flags to enable debug logs in eBPF programs. #92
Labels
kind/enhancement
I can make existing implementation better
needs-triaging
Find someone who is excited to work on this issue.
What problem this enhancement will solve?
Currently eBPF programs are logging all the logs by default. In production environment, we would like to enable those logs on demand.
What is your proposal?
Current proposal is to provide a
-d
flag in the patu deployment, which will reload all the eBPF programs and internally eBPF programs will look for DEBUG macro, and if its defined, it should log the message.Describe alternatives you've considered
Open for suggestions.
The text was updated successfully, but these errors were encountered: