function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cinov8cinov8 

Using the System Log

I'm trying to view my system.debug statements but they never show up in the system log in Salesforce.  Are there any common reasons why this would happen?  I'm in dev mode and using a system admin account.  Thanks.
Best Answer chosen by Admin (Salesforce Developers) 
Ron HessRon Hess

You can create a debug log in the app setup area. 

 

Look under Admin Setup, Monitoring, debug logs

 

there you can setup a place to capture the debug logs.

 

 

if i am using the system log, i will sometimes turn on "show header = true" while debugging, this allows the system log to work also. 

All Answers

Ron HessRon Hess

You can create a debug log in the app setup area. 

 

Look under Admin Setup, Monitoring, debug logs

 

there you can setup a place to capture the debug logs.

 

 

if i am using the system log, i will sometimes turn on "show header = true" while debugging, this allows the system log to work also. 

This was selected as the best answer
cinov8cinov8
Thanks, Ron.  Appreciate the help and speedy response.