Skip to content

Commit

Permalink
Merge pull request #3418 from kenhys/remove-verbose-log
Browse files Browse the repository at this point in the history
Remove too much verbose debug logging
  • Loading branch information
ashie committed Jun 14, 2021
2 parents 980425e + a136dcb commit bc54d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fluent/plugin/in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@ def handle_notify
@fifo << data
@fifo.read_lines(@lines)

@log.debug("reading file: #{@path}")
if limit_bytes_per_second_reached? || should_shutdown_now?
# Just get out from tailing loop.
read_more = false
Expand Down

0 comments on commit bc54d51

Please sign in to comment.