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
pavan Kumar.vpavan Kumar.v 

Need system.debug()in Scheduler class,batch class and queueable class

Hi All,
The scheduler class is calling Batch class and in return Batch class is calling queueable class and I want to print the system.debug() from all of these classes when it ran.
But I'm only able to see debug the from Batch class and can anyone explain how to get debug logs from queueable class  as well
Best Answer chosen by pavan Kumar.v
AnkaiahAnkaiah (Salesforce Developers) 
Hi Pavan,

Similar kind of issue solution provided here.
https://developer.salesforce.com/forums/?id=9060G000000XftNQAS

If this information helps, please mark it as best answer.

Thanks!!