diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2021-06-04 18:10:10 +0200 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2021-06-04 18:10:10 +0200 |
commit | 99469595993164154c83bb39228dec0f3a6e55e5 (patch) | |
tree | ae65a17865a47ce53d0574b22be99b2f1e4968fd /docs/debugging | |
parent | Merge pull request #8 from beeankha/doc_edits (diff) | |
download | awx-99469595993164154c83bb39228dec0f3a6e55e5.tar.xz awx-99469595993164154c83bb39228dec0f3a6e55e5.zip |
clarify reference to code to be pasted
Diffstat (limited to 'docs/debugging')
-rw-r--r-- | docs/debugging/debugging_job_event_performance.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |