I am creating a plugin that provides a configurable logger. When I set
the logger to be Logger.new(STDOUT), things work fine. When I set it to
be Rails.logger, I get the above message.
I am creating a plugin that provides a configurable logger. When I set
the logger to be Logger.new(STDOUT), things work fine. When I set it to
be Rails.logger, I get the above message.
Any insight?
I appreciate it.
-Chris
For the record, I fixed this by delaying the loading of the Rails
environment until within the daemonized process.