./lib/le/host/http.rb in le-2.1.8 vs ./lib/le/host/http.rb in le-2.1.9

- old
+ new

@@ -4,10 +4,10 @@ require 'uri' module Le module Host class HTTP - API_SERVER = 'data.logentries.com' + API_SERVER = 'api.logentries.com' API_PORT = 10000 include Le::Host::InstanceMethods attr_accessor :token, :queue, :started, :thread, :conn, :local, :debug def initialize(token, local, debug)