Rails Semantic Logger replaces the Rails default logger with Semantic Logger
For complete documentation see: https://logger.rocketjob.io/rails
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)
For the complete list of supported Ruby and Rails versions, see the Testing file.
This project uses Semantic Versioning.