Skip to content

Commit f6e853f

Browse files
committed
Remove log
1 parent d0af70e commit f6e853f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/fluent/plugin/out_time_series_counter.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ class Fluent::Plugin::TimeSeriesCounter < Fluent::Plugin::Output
44
Fluent::Plugin.register_output('time_series_counter', self)
55
helpers :event_emitter
66

7-
unless method_defined?(:log)
8-
define_method('log') { $log }
9-
end
10-
117
config_param :tag, :string, default: "tsc"
128
config_param :count_key, :string, default: nil
139
config_param :count_key_delimiter, :string, default: ":"

0 commit comments

Comments
 (0)