cloud-hypervisor/vhost_user_net
Alyssa Ross b2cc45e0a3 vhost_user_*: set up logging
These crates are written to produce log messages using the error!
macro, but their logs didn't actually go anywhere, which made it very
difficult to debug when they're not working.

I've used env_logger here because it's the same log implementation
that the hypervisor crate uses.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
2021-08-05 09:24:32 +02:00
..
src vhost_user_*: set up logging 2021-08-05 09:24:32 +02:00
Cargo.toml vhost_user_*: set up logging 2021-08-05 09:24:32 +02:00