You need to sign in to do that
Don't have an account?

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
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

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.