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
Nitesh SingiNitesh Singi 

how to collect data from developer console execution log

Hi,

Can you please let me know how to collect data from developer console execution log.


Thanks,
Nitesh Singi
Best Answer chosen by Nitesh Singi
Deepali KulshresthaDeepali Kulshrestha
Hi Nitesh,

I have gone through your problem. To collect the data from debugging logs we have to follow certain steps.

1: Go to Setup --> In Quick find Box Search 'Debug Logs' --> Edit Developer_log -->  You can step the start date and expiration date(the difference between the start date and expiration 
date should be less than 24 hours.)

2: Now if you perform any task it will be saved below. Now you can view and download the data.

For more reference of debug log visit the link given below:-

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_system_log_console.htm

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com
 

All Answers

Khan AnasKhan Anas (Salesforce Developers) 
Hi Nitesh,

Greetings to you!

Please refer to the below links which might help you further with the above requirement.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_system_log_console.htm

https://bluecanvas.io/blog/2017-02-13-debugging-apex-salesforce-debug-log-checkpoints

https://help.salesforce.com/articleView?id=code_dev_console_view_system_log.htm&type=5 (https://help.salesforce.com/articleView?id=code_dev_console_view_system_log.htm&type=5)

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Deepali KulshresthaDeepali Kulshrestha
Hi Nitesh,

I have gone through your problem. To collect the data from debugging logs we have to follow certain steps.

1: Go to Setup --> In Quick find Box Search 'Debug Logs' --> Edit Developer_log -->  You can step the start date and expiration date(the difference between the start date and expiration 
date should be less than 24 hours.)

2: Now if you perform any task it will be saved below. Now you can view and download the data.

For more reference of debug log visit the link given below:-

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_system_log_console.htm

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com
 
This was selected as the best answer