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
RenatoFRenatoF 

How to debug an apex job from yesterday

Hello, I'd like to know how can I get the debug log file from a Queueable class that got executed in past days. I have this Queueable apex class that sends an account to this external system and then creates the account with the data from that system in SF. Is any form to debug that Queueable class? I just have the apex job Id from Apex Jobs
User-added image
AbhinavAbhinav (Salesforce Developers) 
Have you setup the debug log ?

Check this for refernce:

https://salesforce.stackexchange.com/questions/70497/where-to-find-batch-job-error-logs?rq=1

If it helps mark it as best answer.

Thanks!
RenatoFRenatoF
I didn't, so is impossible to me to get the log?