hashicorp/envconsul

Quiet SIGURG signal logging

eikenb opened this issue · 0 comments

Go's runtime was updated a while back to use SIGURG for the internal scheduler. There is no way to discern those scheduler signals from other possible uses of SIGURG so they didn't filter them. Need to add a filter so they don't fill up logs and confuse people (eg. #283).