Skip to content

Commit

Permalink
Update lib/fluent/plugin/in_windows_eventlog2.rb
Browse files Browse the repository at this point in the history
`key=` not needed

Co-authored-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
BlakeHensleyy and daipom committed Jul 4, 2024
1 parent c167d6b commit af544c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_windows_eventlog2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def parse_desc(record)
end

def to_key(key)
key = key.downcase! if @downcase_description_keys
key.downcase! if @downcase_description_keys
key.gsub!(' '.freeze, @description_word_delimiter)
key
end
Expand Down

0 comments on commit af544c7

Please sign in to comment.