Skip to content

Commit

Permalink
lets make sure we can log the way we want to, then we'll figure out h…
Browse files Browse the repository at this point in the history
…ow to configure it outside the gem
  • Loading branch information
etlund authored and zspencer committed Apr 21, 2023
1 parent b71903f commit 6bd302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/griddler/mandrill/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def self.normalize_params(params)

def normalize_params
events.each do |event|
logger.debug(logger: "Griddler::Mandrill::Adapter",
Rails.logger.warn(logger: "Griddler::Mandrill::Adapter",
message: {
message: "Inbound email received",
to: recipients(:to, event),
Expand Down

0 comments on commit 6bd302d

Please sign in to comment.