mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: silence some info! messages
We have larger cloud deployments and analyzed the logs. Let's silence some messages that generally provide little value on the `info!` level. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Sebastien Boeuf
parent
cc98a232e6
commit
dcaccf21ea
@@ -290,7 +290,7 @@ impl NetEpollHandler {
|
||||
{
|
||||
helper.add_event(self.net.tap.as_raw_fd(), RX_TAP_EVENT)?;
|
||||
self.net.rx_tap_listening = true;
|
||||
info!("Listener registered at start");
|
||||
debug!("Listener registered at start");
|
||||
}
|
||||
|
||||
// The NetQueuePair needs the epoll fd.
|
||||
|
||||
Reference in New Issue
Block a user