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

Getting logs for .apxc apex controller
I am wondering how I can get the logs for an apex controller. It seems to generate any other type ( visualforce page, apex trigger, etc) in the dev console whenever that piece of code is accessed or executed in the salesforce loadout and puts them in the logs tab in the console, but for the controller that I access from these types of triggers and pages do not generate logs here. Even if i run a test that tests the controller I don't seem to find the logs. How can I generate and find the logs that an apex controller spit out?
Thanks!
Thanks!
Where would I find filters that may be preventing a log from generating? I also look in the logs under setup and still the controller logs are not appearing for some reason.