fluent-plugin-geoblipper 0.0.3.2 → 0.0.3.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |gem|
|
3
3
|
gem.name = "fluent-plugin-geoblipper"
|
4
|
-
gem.version = "0.0.3.
|
4
|
+
gem.version = "0.0.3.3"
|
5
5
|
gem.authors = ["Sean Dick", "Change.org"]
|
6
6
|
gem.email = ["sean@change.org"]
|
7
7
|
gem.homepage = "https://github.com/seanmdick/fluent-plugin-geoblipper"
|
@@ -17,7 +17,7 @@ class Fluent::GeoBlipperOutput < Fluent::BufferedOutput
|
|
17
17
|
def start
|
18
18
|
super
|
19
19
|
@geodata = GeoIP.new(@geodata_location)
|
20
|
-
@pubnub = Pubnub.new( publish_key: @pubnub_publish_key, subscribe_key: @pubnub_subscribe_key )
|
20
|
+
@pubnub = Pubnub.new( publish_key: @pubnub_publish_key, subscribe_key: @pubnub_subscribe_key, logger: Logger.new(STDOUT) )
|
21
21
|
end
|
22
22
|
|
23
23
|
def format(tag, time, record)
|