containers / gvisor-tap-vsock

A new network stack based on gVisor
Apache License 2.0
250 stars 47 forks source link

Revisit log level for errors in gvisor-tap-vsock #392

Open balajiv113 opened 1 week ago

balajiv113 commented 1 week ago

Currently we are using error log for places like below,

https://github.com/containers/gvisor-tap-vsock/blob/main/pkg/services/forwarder/tcp.go#L45

Even though we get this error, there is no actual impact in the working due to this. Can we move such errors as debug. This way we will reduce the noise in upstream services when integrated.

Related ticket in Lima - https://github.com/lima-vm/lima/issues/1160

balajiv113 commented 1 week ago

If we are okay in doing it, am happy to raise a PR for the same.