Skip to content

Commit

Permalink
Revert "Fix in_tail.patch (#1444)"
Browse files Browse the repository at this point in the history
This reverts commit 3b6fd8a.
  • Loading branch information
NarineM committed Apr 9, 2022
1 parent 852b781 commit b744a62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/ext/patches/fluentd/in_tail.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- ../source/ext/fluentd/lib/fluent/plugin/in_tail.rb 2022-03-22 15:40:06.592276454 -0700
+++ ../source/ext/fluentd/lib/fluent/plugin/in_tail.rb.new 2022-03-24 08:47:33.588865078 -0700
@@ -24,6 +24,9 @@
--- ../source/ext/fluentd/lib/fluent/plugin/in_tail.rb 2022-03-22 14:44:11.797607707 -0700
+++ ../source/ext/fluentd/lib/fluent/plugin/in_tail.rb.new 2022-03-22 15:00:10.526473440 -0700
@@ -24,6 +24,8 @@
class NewTailInput < Input
Plugin.register_input('tail', self)

Expand All @@ -10,7 +10,7 @@
def initialize
super
@paths = []
@@ -94,6 +97,8 @@
@@ -94,6 +96,7 @@
end

def configure_parser(conf)
Expand All @@ -19,7 +19,7 @@
@parser = Plugin.new_parser(conf['format'])
@parser.configure(conf)
end
@@ -130,7 +135,9 @@
@@ -130,7 +133,9 @@

def start
if @pos_file
Expand Down

0 comments on commit b744a62

Please sign in to comment.