Closed ehbar closed 8 years ago
This method was panicking on some systems due to an I/O deadlock in the goroutine writing the log message to an io.Pipe. Change the goroutine to use args instead of being a closure to see if this will help.
This method was panicking on some systems due to an I/O deadlock in the goroutine writing the log message to an io.Pipe. Change the goroutine to use args instead of being a closure to see if this will help.