Skip to content

Commit

Permalink
Spelling again
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahzs committed Aug 30, 2018
1 parent 23f5e50 commit e950c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/metrics_update_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class MetricsUpdateJob < ApplicationJob
queue_as :default

def perform(path, db_runtime)
@logger ||= Logger.new(File.join(Rails.root, 'logs', 'metrics_update_job_errors.log'))
@logger ||= Logger.new(File.join(Rails.root, 'log', 'metrics_update_job_errors.log'))
route = Rails.sensible_routes.match_for path
normalized_path = "#{route.verb} #{route.path}"
Rails.logger.info "#{normalized_path} #{db_runtime}"
Expand Down

0 comments on commit e950c05

Please sign in to comment.