• buzzboldsteve
  • NEWBIE
  • 0 Points
  • Member since 2015
  • Buzzbold


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

Hi,

 

I have a simple Site object which uses a Visualforce page, which uses an apex controller class. In this controller class, I put some debug statements (System.debug), but I am finding that the output is not being written to the log. I know for a fact that the code is being executed because other calculations in that class are executing.

 

Is there a reason why my debug statements are not printing just because I am calling the code from a Site? I have used System.debug in other areas where I just have a Visualforce page and an Apex class and the debug worked fine...

 

Thanks!

how can we check the debug logs of guest users