Tamir Duberstein

Results 362 comments of Tamir Duberstein

Sounds like you can have a trait method that returns a `&'static str` and log that in the usual way?

I'm surprised to hear stack size is a problem. It's not possible to make use of Display impls unfortunately because aya-log-ebpf needs more information than that trait exposes.

My best guess is you were already close to the stack limit and the string headers pushed you over the limit. It's also possible the logging implementation uses more stack...

https://chatgpt.com/s/t_68d24720864081918ede0214fc384353

Hi @svlandeg, turns out there is already a test, it was just too permissive. I have tightened it up and fixed the implementation to make it pass.

@svlandeg are you able to merge this please?