Skip to content

Commit

Permalink
fix: use logger from PluginLoggerMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
aglover-zendesk committed Jan 1, 2022
1 parent 9e52dd3 commit 9fee0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def write(chunk)
end
end
rescue Exception => e
@logger.error("Uncaught processing exception in datadog forwarder #{e.message}")
log.error("Uncaught processing exception in datadog forwarder #{e.message}")
end
end

Expand Down

0 comments on commit 9fee0db

Please sign in to comment.