Newer Version Available

This content describes an older version of this product. View Latest

View Apex Debug Logs

Apex debug logs can record database operations, system processes, and errors that occur when executing a transaction or running unit tests in your scratch org. You can use the Salesforce CLI to view the debug logs.
  1. Open your scratch org by running force:org:open. If you have not set a default username, specify the scratch org’s username or alias with the -u parameter.
  2. Under the quick access menu (Lightning Experience) or your name (Salesforce Classic), click Developer Console. Opening the Developer Console starts a listener that is required by the force:apex:log commands.
  3. If necessary, run Apex tests to generate some debug logs.
  4. Get a list of the debug logs.
  5. View a debug log by passing its ID to the force:apex:log:get command.