From 99469595993164154c83bb39228dec0f3a6e55e5 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Fri, 4 Jun 2021 12:10:10 -0400 Subject: [PATCH] clarify reference to code to be pasted --- docs/debugging/debugging_job_event_performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging/debugging_job_event_performance.md b/docs/debugging/debugging_job_event_performance.md index c9662fae86..cb8af1f94e 100644 --- a/docs/debugging/debugging_job_event_performance.md +++ b/docs/debugging/debugging_job_event_performance.md @@ -20,7 +20,7 @@ This is what we call the "critical path" for job events. ### Quick Debugging * Log in to an AWX instance and open Chrome Debug Tools -* Paste the above in +* Paste in the contents of `debug.js` (found below) into the console * You will notice a blue square on the screen with a textbox and a button * Launch a job and note the job ID * Enter the job ID into the textbox and click Submit; this will subscribe to the job events for that job