You need to sign in to do that
Don't have an account?
crop1645
Summer 11 Apex Class Log Filter - working?
Summer 11 introduced Log Filters on the Apex Class Detail Page -- Our sandbox was just upgraded to Summer 11.
I go to class Foo that is currently at Version 18.0, override Log Filters to set APEX CODE to 'INFO'; then Run Tests on Class Foo. The debug log for the run uses these settings:
18.0 APEX_CODE,FINE;APEX_PROFILING,FINE;DB,INFO;VALIDATION,INFO;WORKFLOW,FINEST
I don't want APEX_CODE FINE, I want it INFO. How do I do this?
OK, sort of a false alarm here..
Although the header line to the debug log says APEX_CODE,FINE ..., the actual debug messages are at level INFO.
What I can't seem to get rid of is the display of the STATIC_VARIABLE_LIST ... even if the Log Filter for APEX profiling is set to NONE. I have a fair number of static CONSTANTS.