Skip to content

Commit

Permalink
Fix incorrect event type in log
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Jun 5, 2024
1 parent 104dc8d commit eaf3e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def log_preservation_failure(entity, try_attempt, exception)
"\tRetry attempt: #{try_attempt}\n"

message_information = {
event_type: :fail_and_retry,
event_type: :failure,
event_time: Time.now.to_s,
entity_type: entity[:type],
entity_uuid: entity[:uuid],
Expand Down

0 comments on commit eaf3e0e

Please sign in to comment.