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
Jose ZunigaJose Zuniga 

can't see debug messages

I need to see the system.debug messages for two important classes:  CommunitiesLandingController and CaminoRedirectController. These clases execute after the JIT handler is done. For some reason I can only see the system.debug messages for the JIT handler but not for the controllers. How can this be done?

Thx
Dushyant SonwarDushyant Sonwar
Hi Jose,

I think your debug log may be truncated , so it may not be showing log. You need to set filters in debug.
http://salesforce.stackexchange.com/questions/74278/debug-log-getting-truncated
Hope this helps.