[issue7664] python logger does not handle IOError Exception

2010-01-10 Thread Vinay Sajip
Vinay Sajip added the comment: > From: Yateen V. Joshi > 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 some other > IO related processing

[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 some other I

[issue7664] python logger does not handle IOError Exception

2010-01-10 Thread Vinay Sajip
Vinay Sajip added the comment: Please clarify exsctly what you mean by "multiprocessing logger". Note that logging does not support logging to the same file from concurrent processes (threads *are* supported). See http://docs.python.org/library/logging.html#logging-to-a-single-file-from-multi

[issue7664] python logger does not handle IOError Exception

2010-01-10 Thread R. David Murray
Changes by R. David Murray : -- nosy: +vinay.sajip priority: -> normal stage: -> test needed ___ Python tracker ___ ___ Python-bugs-l

[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 hangs,