Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Developer console does not log activity when using...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Developer console does not log activity when using Customer Portal though Salesforce Sites
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 09:26 PM
Hello there,
In my project, I have sites to use customer portal. Now, I want to access the debug log through Developer Console but I am not able to do so. Is there any other way to get this debug log?? Please help!
Help will be really appreciated.
Thank you.
Solved! Go to Solution.
Re: Developer console does not log activity when using Customer Portal though Salesforce Sites
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-13-2012 10:29 PM
Is it a log for another user? If so, you can access Admistrative Setup -> Monitoring -> Debug Logs in setup. Add the user as a monitored user, and you should see the log in there.
Re: Developer console does not log activity when using Customer Portal though Salesforce Sites
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-14-2012 12:36 PM
Hi,
If the user has logged into the portal, you just specify the user under Administration Setup -> Monitoring -> Debug Logs. Once this has been done you should see the activity in the developer console too. But you will have to reset the Log Requests Available on the Debug Logs page once you have performed more than 20 requests. If you are an internal user, the developer console will log requests automatically however.
If you want to monitor a guest site user, i.e. a user that just visits the site without authenticating, you specify the user in the same place (Administration Setup - > Monitoring -> Debug Logs) but this user cannot be found with the other users. Use this syntax -> 'Site Guest User, <Site_Name>', where <Site_Name> should be replace with the site name that you have connected to your customer portal.
HTH / Niklas
Re: Developer console does not log activity when using Customer Portal though Salesforce Sites
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-14-2012 08:48 PM
Thank you very much for your reply!

