Skip to content

Commit

Permalink
Clarify successor of in_windows_eventlog
Browse files Browse the repository at this point in the history
Fix fluent/fluentd#4388

Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Jan 24, 2024
1 parent b34901a commit 1ffbcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_windows_eventlog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def initialize
end

def configure(conf)
log.warn "in_windows_eventlog is deprecated. It will be removed in the future version."
log.warn "in_windows_eventlog is deprecated. It will be removed in the future version. Please use in_windows_eventlog2 bundled with this plugin instead."
super
@chs = @channels.map {|ch| ch.strip.downcase }.uniq
if @chs.empty?
Expand Down

0 comments on commit 1ffbcaf

Please sign in to comment.