class HTTParty::Logger::LogstashFormatter

def current_time

def current_time
  Time.now.strftime('%Y-%m-%d %H:%M:%S %z')
end