Skip to content

Commit

Permalink
Log job start as info
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiWilkin committed Dec 2, 2024
1 parent f937c68 commit f5a5e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/burials/monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def track_create_attempt(claim, current_user)
user_account_uuid: current_user&.user_account_uuid,
tags:
}
track_request('error', '21P-530EZ submission to Sidekiq begun', "#{CLAIM_STATS_KEY}.attempt",
track_request('info', '21P-530EZ submission to Sidekiq begun', "#{CLAIM_STATS_KEY}.attempt",
call_location: caller_locations.first, **additional_context)
end

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/burials/monitor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}

expect(monitor).to receive(:track_request).with(
'error',
'info',
log,
"#{claim_stats_key}.attempt",
call_location: anything,
Expand Down

0 comments on commit f5a5e19

Please sign in to comment.