Skip to content

Commit

Permalink
Document verbose logging for Active Job
Browse files Browse the repository at this point in the history
Follow up to rails#47839
  • Loading branch information
zzak committed Apr 5, 2023
1 parent 47d0eac commit 9f32c51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/source/active_job_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,3 +550,8 @@ Job Testing

You can find detailed instructions on how to test your jobs in the
[testing guide](testing.html#testing-jobs).

Debugging
---------

If you need help figuring out where jobs are coming from, you can enable [verbose logging](debugging_rails_applications.html#verbose-enqueue-logs).

0 comments on commit 9f32c51

Please sign in to comment.