houseabsolute / Log-Dispatch

Dispatches messages to one or more outputs
https://metacpan.org/release/Log-Dispatch/
Other
12 stars 29 forks source link

implement lazy_open for Log::Dispatch::File #50

Closed eserte closed 6 years ago

eserte commented 6 years ago

For discussion: this change adds a new option lazy_open. Like close_after_write this does not open the log filehandle until it's needed. Unlike close_after_write this does not close the filehandle anymore.

eserte commented 6 years ago

True — I removed the comment and recommitted with --amend.

autarch commented 6 years ago

Merged from the CLI. Thanks!