[issue7664] python logger does not handle IOError Exception

2010-01-10 Thread Yateen V. Joshi
Yateen V. Joshi added the comment: ok, thanks. I will try with subclass for handler. A question however, I do not see IOError exception being handled anywhere in the logging module. Is it not possible that the same would occur when we are trying to 'emit' a record to a log file? Or

[issue7664] python logger does not handle IOError Exception

2010-01-10 Thread Yateen V. Joshi
New submission from Yateen V. Joshi : I am running an in house application that uses multiprocessing logger. This application ftp's files from a remote host and keep them on a local disk. Here is the scenario - While pulling the files, I make the local disk full (100%). The application