-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
We recently updated a DNS app using async-dns to Ruby 3.1. That caused us to update lines like Async.logger.debug! with Console.logger.debug!. We're seeing errors from lines like:
Console.logger.info("#{ip} - #{host} (#{resource_class}) => Blocked (#{decision.reason})")Errno::EAGAIN
Resource temporarily unavailable @ io_writev - <STDERR>
Errno::ECONNREFUSED
Connection refused - recvmsg(2)
Any idea what we should look for or adjust?
Metadata
Metadata
Assignees
Labels
No labels