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
Abhishek KedariAbhishek Kedari 

Can not see debug statements in production enviornment

Hi,
   I deployed my code on production and I can see that from he logs that my apex class is getting called from my visualforce page, but not a single debug statement is getting printed. It works fine in sandbox enviornment but on production its not printing anything. I have run this code on production before and it used to work fine. but suddenly it stopped working.

Anyone faced same issue before ?

Thanks,
Abhishek 
mjohnson-TICmjohnson-TIC
How are you viewing the logs? In the developer console or the debug logs within the ui? Chances are your log levels are not set the same in your sandbox and production environments.