• mhighmark
  • NEWBIE
  • 25 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi,

 

I am running unit tests and I need to see values at few places.

 

So I have used debug statements similar to below one at lot of places:

 

  system.debug(Logginglevel.ERROR,'message no # 1');

 

Still I am not able to see the messages in debug log b/c of max debug log size issue.

 

I also went to developer console - > workspace: Default -> Change log levels -> I have changed every one to ERROR level.

 

Once I ran the test class and see log file on the first line of the file I see below details

 

"24.0 APEX_CODE,FINE;APEX_PROFILING,FINE;DB,INFO;VALIDATION,INFO;WORKFLOW,FINEST"

 

I am not sure why the levels are not changed in the above debug log.Please help me on this.

 

Thanks,

JBabu.

  • July 10, 2012
  • Like
  • 0