Skip to content

Commit

Permalink
chore: log daily statistic error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Aug 13, 2024
1 parent 5938608 commit 09fed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/charts/daily_statistic_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def call

daily_statistic
rescue Exception => e
NewRelic::Agent.notice_error(e)
Rails.logger.error "Error occurred during DailyStatisticGenerator error: #{e.message}"
end

private
Expand Down

0 comments on commit 09fed8f

Please sign in to comment.