Skip to content

Commit

Permalink
Merge pull request #730 from sul-dlss/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Set cron logging level to warn.
  • Loading branch information
jmartin-sul authored Jan 13, 2025
2 parents 084fca0 + 6e27243 commit a2e2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require_relative 'environment'

job_type :runner_hb,
"cd :path && bin/rails runner -e :environment ':task' " \
"cd :path && RAILS_LOG_LEVEL=warn bin/rails runner -e :environment ':task' " \
"&& curl 'https://api.honeybadger.io/v1/check_in/:check_in' :output"

every :day do
Expand Down

0 comments on commit a2e2dcf

Please sign in to comment.