bcc icon indicating copy to clipboard operation
bcc copied to clipboard

How to disable the log prefix of bpf_trace_printk

Open huchen2021 opened this issue 3 years ago • 0 comments

When I use bpf_trace_printk to output logs, it always has the prefix "bpf_trace_printk", which is useless. Does anyone know how to disable it?

bpf_trace_printk:#########################
bpf_trace_printk:#########################
bpf_trace_printk:From service to client
bpf_trace_printk: ep_to_client_key(src) is:

huchen2021 avatar Jun 17 '22 08:06 huchen2021