Skip to content

Commit

Permalink
Removing printing actual logs while running fluentD plugin
Browse files Browse the repository at this point in the history
As the logs might be huge and which will be difficult to track the actual
fluentd service logs.

Signed-off-by: Siddartha L K <[email protected]>
  • Loading branch information
slk244 authored and chaurwu committed Jun 26, 2019
1 parent cc18f43 commit 18466c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/fluent/plugin/out_vmware_log_intelligence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def shorten_key(key)
end

def create_lint_event(record)
puts record
flattened_records = {}
merged_records = {}
if @flatten_hashes
Expand All @@ -75,8 +74,6 @@ def create_lint_event(record)
flattened_records = record
end

puts flattened_records

keys = []
log = ''
flattened_records.each do |key, value|
Expand Down Expand Up @@ -133,9 +130,6 @@ def flatten_record(record, prefix=[])
end
ret
end



def configure(conf)
super
validate_uri(@endpoint_url)
Expand Down

0 comments on commit 18466c7

Please sign in to comment.