Skip to content

Commit 18466c7

Browse files
slk244chaurwu
authored andcommitted
Removing printing actual logs while running fluentD plugin
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]>
1 parent cc18f43 commit 18466c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/fluent/plugin/out_vmware_log_intelligence.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def shorten_key(key)
6666
end
6767

6868
def create_lint_event(record)
69-
puts record
7069
flattened_records = {}
7170
merged_records = {}
7271
if @flatten_hashes
@@ -75,8 +74,6 @@ def create_lint_event(record)
7574
flattened_records = record
7675
end
7776

78-
puts flattened_records
79-
8077
keys = []
8178
log = ''
8279
flattened_records.each do |key, value|
@@ -133,9 +130,6 @@ def flatten_record(record, prefix=[])
133130
end
134131
ret
135132
end
136-
137-
138-
139133
def configure(conf)
140134
super
141135
validate_uri(@endpoint_url)

0 commit comments

Comments
 (0)