lib/gummi/api.rb in gummi-0.1.0 vs lib/gummi/api.rb in gummi-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
module Gummi
module API
def self.client
- @client ||= ::Elasticsearch::Client.new log: false
+ @client ||= ::Elasticsearch::Client.new log: true
end
end
end
\ No newline at end of file