From 9f32c51d578c7d6487137a979be52e94cee63fb6 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 6 Apr 2023 08:29:03 +0900 Subject: [PATCH] Document verbose logging for Active Job Follow up to #47839 --- guides/source/active_job_basics.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md index c8a489bc87c47..f1e6a89b9136c 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -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).