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
aj2taylo2aj2taylo2 

Winter '14 debug logs - System.debug not consistent

I'm attempting to use Debug Logs, logged in as a different user, and not all the "System.debug" lines are appearing in the debug logs.  Any ideas?

 

 

VaasuVaasu
Debug logs will show only latest logs if the log size is big. Try keeping Log filters to see all system.debug statements.
aj2taylo2aj2taylo2

I've used the filters, but I don't see anywhere in the log file that lines have been truncated due to log file size.

 

I have System.debug lines and various lines, but the debug statements won't appear for lines 200, 205, 210 (for example), but will for line 230, 245, 260.

 

 

Kamatchi Devi SargunanathanKamatchi Devi Sargunanathan
Hi,

You can refer the debug statements in developer console Logs as SYSTEM<some number> | DEBUG <here your statement will be available>

This is achieved through Your Name>Developer console>Logs.

Try this...!
aj2taylo2aj2taylo2

Thanks, but that's not the issue;

 

As I stated, I can see certain lines, just not all of them.  So its printed out for line 250, but 245.