Closed savin-alexey closed 5 years ago
Pushed Gem v4.4 to address the above issue for PhusionPassenger.
With some forking frameworks it is necessary to call reopen
after the fork. With v4.4 the
workaround for Ruby 2.5 crashes is no longer needed.
I.e. Please remove the following line if being called anywhere:
SemanticLogger::Processor.instance.instance_variable_set(:@queue, Queue.new)
We need freeze minor version after release v4.4.0 with https://github.com/rocketjob/semantic_logger/commit/859fb1c720dfebc1519f62492ed168ce90a8711e This version uses
SemanticLogger::Processor.instance
instead ofSemanticLogger::Logger.processor
like in semantic_logger@4.4.0