class Padrino::Logger::Rack

def code_to_name(status)

def code_to_name(status)
  ::Rack::Utils::HTTP_STATUS_CODES[status.to_i] || ''
end