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
kyasukyasu 

How to get detail of log in Apex Job

When Batch Apex is executed, I can see execution result ( Job Type, Status, Total Batches, ...  ) in Apex Job.

But, there is not a detail of the log about excuted Batch Apex.

 

I know the log print in Debug Log.  

But, non-sysadmin can not see it.

I want to enable non-sysadmin to see the log.

 

I guess 

If the detail of the log print in Apex Job,    non-sysadmin can see it.

 

Can I get the detail of the log in Apex Job ?

NaishadhNaishadh

System log and debug log are the only two way to capture log detail.

kyasukyasu

thanks

I use these tow ways