From: sonots@... Date: 2015-11-17T15:43:15+00:00 Subject: [ruby-dev:49364] [Ruby trunk - Feature #11696] [Closed] Logger#reopen Issue #11696 has been updated by Naotoshi Seo. Status changed from Assigned to Closed Committed as 52620 ---------------------------------------- Feature #11696: Logger#reopen https://bugs.ruby-lang.org/issues/11696#change-54902 * Author: Naotoshi Seo * Status: Closed * Priority: Normal * Assignee: Naotoshi Seo ---------------------------------------- Added `Logger#reopen`as we talked at https://twitter.com/frsyuki/status/664862229490089984. This enables to reopen another log file (or same log file) without creating a new Logger instance. This is useful when an application is passing a logger instance everywhere inside it, but want to change log file as https://github.com/fluent/serverengine does on config reloading. The patch is available at https://github.com/ruby/ruby/pull/1102. -- https://bugs.ruby-lang.org/