openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
89 stars 42 forks source link

upcall: turn annoying reconect warn! and info! into debug! #251

Closed studychao closed 1 year ago

studychao commented 1 year ago

Right now, upcall will have 500 reconnection times. And this could flush the log to up to 500 similar logs which need to be optimized.