in reply to Log::Dispatch::FileRotate error handling
the module hangs in case there is no disk space.Log::Dispatch::FileRotate is a wrapper around Log::Dispatch::File, which prints messages to a file.
What exactly would you want Log::Dispatch::FileRotate to do when you run out of disk space? Return immediately and hide the possibly corrupt state of your system? Would it not be better if you detect you're low on disk and deal with it instead?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Log::Dispatch::FileRotate error handling
by weismat (Friar) on Jan 03, 2008 at 12:09 UTC |