It seems that the initial messages come from Thin . According to their Github issue No. 31, Disable All Logging , you can add Thin::Logging.silent = true
to the rest of the code to disable the initial messages.
However, this will also disconnect all other messages from the thin adapter. A look at the source says that these other messages will also be disabled:
Waiting for n connection(s) to finish, can take up to n sec, CTRL+C to stop now
Stopping ...
!! Ruby 1.8.5 is not secure please install cgi_multipart_eof_fix:
gem install cgi_multipart_eof_fix
Hope this helps!
Michael maltese
source share