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
crop1645crop1645 

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?

 

 

 

 

 

 

 

crop1645crop1645

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.