Commit Graph

7 Commits (325391892c33fd92148951b5008cb53e7c1eaa31)

Author SHA1 Message Date
Hengqi Chen b8b291c51b aya-log/README: Fix links to aya-log repo
The aya-log repo ([0]) has been archived, use the link to
aya repo instead.

Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
Michal Rostecki 3664e1ea0d aya-log, test: Switch from simplelog to env_logger
Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
Alessandro Decina 9ab9c80183 Simplify BpfLogger::init
Make BpfLogger::init(bpf) log using the default logger. Add
BpfLoger::init_with_logger(bpf, logger) for logging using a custom
logger instance.
Alessandro Decina b14d4bab2f Switch to aya-ufmt
Alessandro Decina 741957f945 Use aya_log_ebpf::ufmt instead of ::ufmt
Alessandro Decina 0d7ac3eb3e Add ufmt to readme
Alessandro Decina 5df853cfb0 Update readme