Sentri deck share point logging and debugging

35
SharePoint Logging & Debugging The Troubleshooter’s Best Friend Jason Himmelstein SharePoint Practice Director, Sentri, Inc. [email protected] @sharepointlhorn

description

Jason Himmelstein presents on SharePoint Logging & Debugging at NYC SharePoint User Group

Transcript of Sentri deck share point logging and debugging

  • 1. SharePoint Logging & DebuggingThe Troubleshooters Best Friend Jason HimmelsteinSharePoint Practice Director, Sentri, [email protected]@sharepointlhorn

2. http://spflogger.codeplex.com www.sentri.com www.sharepointlonghorn.com@sharepointlhorn www.linkedin.com/in/jasonhimmelstein Copyright 2012 Sentri, Inc. All rights reserved. 3. Israel - Development & Engineering Business since 1999Partner of the YearMicrosoft 2010/2011 NortheastPartner of the YearMicrosoft 2011 Northeast VOICE Copyright 2012 Sentri, Inc. All rights reserved. 4. Copyright 2012 Sentri, Inc. All rights reserved. 5. Copyright 2012 Sentri, Inc. All rights reserved. 6. Copyright 2012 Sentri, Inc. All rights reserved. 7. Copyright 2012 Sentri, Inc. All rights reserved. 8. Copyright 2012 Sentri, Inc. All rights reserved. 9. Copyright 2012 Sentri, Inc. All rights reserved. 10. With this option enabled, if the same event fires 5 timeswithin 2 minutes, SharePoint will suppress the event fromlogging and throw a summary event at the 2 minute mark.The default behavior and can be customized usingPowerShell and the Set-SPDiagnosticConfig cmdlet. Copyright 2012 Sentri, Inc. All rights reserved. 11. Copyright 2012 Sentri, Inc. All rights reserved. 12. How do I turn it off and on?Copyright 2012 Sentri, Inc. All rights reserved. 13. Copyright 2012 Sentri, Inc. All rights reserved. 14. Copyright 2012 Sentri, Inc. All rights reserved. 15. Copyright 2012 Sentri, Inc. All rights reserved. 16. Copyright 2012 Sentri, Inc. All rights reserved. 17. Copyright 2012 Sentri, Inc. All rights reserved. 18. $j = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings;$j.DisplayLevel = OnDemand;$j.Update()Optional parameters$j.TraceEnabled = $true;$j.RequiredPermissions = %MaskSetting%; Copyright 2012 Sentri, Inc. All rights reserved. 19. Copyright 2012 Sentri, Inc. All rights reserved. 20. Copyright 2012 Sentri, Inc. All rights reserved. 21. Copyright 2012 Sentri, Inc. All rights reserved. 22. Copyright 2012 Sentri, Inc. All rights reserved. 23. Configurable ULS Logs Flood Protection Developer Dashboard 24. Copyright 2012 Sentri, Inc. All rights reserved. 25. Copyright 2012 Sentri, Inc. All rights reserved. 26. SQL Views CodePlex Projects http://SPFLogger.codeplex.com 27. Copyright 2012 Sentri, Inc. All rights reserved. 28. Copyright 2012 Sentri, Inc. All rights reserved. 29. Copyright 2012 Sentri, Inc. All rights reserved. 30. Copyright 2012 Sentri, Inc. All rights reserved. 31. Copyright 2012 Sentri, Inc. All rights reserved. 32. http://[email protected]://www.cjvandyk.com/[email protected]://www.todd-carter.com/http://blogs.msdn.com/b/russmaxhttp://msdn.microsoft.com/en-us/library/microsoft.sharepoint.utilities.spmonitoredscope(office.14).aspxhttp://msdn.microsoft.com/en-us/library/ff512758.aspxhttp://spflogger.codeplex.comMicrosoft SharePoint 2010 Administration Toolkit v2.0 Copyright 2012 Sentri, Inc. All rights reserved. 33. Copyright 2012 Sentri, Inc. All rights reserved. 34. Copyright 2012 Sentri, Inc. All rights reserved. 35. Copyright 2012 Sentri, Inc. All rights reserved.