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
jeremyyjeremyy 

System Log not working

I'm using Safari in a sandbox org to debug a VF page, and the System Log window does not show any logs.  I'm not sure if this is related to sandbox or not.  I can get System Log to work in Firefox, *if* I go to the VF page first (which has a different domain, c.cs2..., thus cross domain security prevents system log from getting updates I assume) and then launch the System Log.  This workaround doesn't work in Safari though.  

 

The System Log has been erratic for me since day 1, and I'd love to know if there's some fix or I'm doing something wrong.  

 

Jeremy 

JmBessonartJmBessonart

Hi, you can also see the logs by going to Setup>Administration Setup>Monitoring>Debug Logs and add your user. This isn't as practice as the System Log link, but works.

 

I hope it help you.

J.

jeremyyjeremyy
Thanks, I do use that method of logging as well.
sfdeveloper9sfdeveloper9

I have the same problem. The system log doesn't show anything. do I need to do any configuration changes. here is my sample system.debug in apex class

 

System.debug(' Hello ');

System.debug('time1 = '+ startTimeObj);

 

Thanks,

YP.

Message Edited by sfdeveloper9 on 10-28-2009 07:45 PM
Message Edited by sfdeveloper9 on 10-28-2009 07:45 PM