Module: Puma

Defined in:
lib/logstash/patches/puma.rb

Overview

Reopen the puma class to create a scoped STDERR and STDOUT This operation is thread safe since its done at the class level and force JRUBY to flush his classes cache.

Constant Summary collapse

STDERR =
LogStash::IOWrappedLogger.new(LogStash::NullLogger)
STDOUT =
LogStash::IOWrappedLogger.new(LogStash::NullLogger)