ruby on rails - IOError Input/Output Error When Printing to logger -


i have simple function, being called worker , prints lines logger - using log4r.

i'm getting error in log:

errno::eio: input/output error - <stdout> 

seems unable write stdout.

when/why above error occur?

googling turned nothing useful.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -