Skip to content

Commit

Permalink
Set cron logging level to warn.
Browse files Browse the repository at this point in the history
So that we don't get unnecessary emails like this:
```
I, [2025-01-11T00:00:04.357414 #1507471]  INFO -- : Queued 0 uploads for purging.
```
  • Loading branch information
jcoyne authored Jan 13, 2025
1 parent b992f39 commit 6e27243
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 6e27243

Please sign in to comment.