SharePoint Logging and Debugging for SP Tech Con

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

description

Jason Himmelstein presents at SP Tech Con - SharePoint Logging and Debugging

Transcript of SharePoint Logging and Debugging for SP Tech Con

Page 1: SharePoint Logging and Debugging for SP Tech Con

SharePoint Logging & Debugging The Troubleshooter’s Best Friend

Jason Himmelstein SharePoint Practice Director, Sentri, Inc.

[email protected]

@sharepointlhorn

Page 2: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

http://spflogger.codeplex.com

www.sentri.com

www.sharepointlonghorn.com

@sharepointlhorn

www.linkedin.com/in/jasonhimmelstein

Page 3: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Microsoft Corporation and Sentri, Inc. All rights reserved.

2012 East Region

Partner of the Year

Northeast Partner of the Year 2012, 2011 & 2010

Only Partner to Win 3 Consecutive Years

2011 Awards Voice & VTSP

Israel - Development &

Engineering

Page 4: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 5: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 6: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 7: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 8: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 9: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 10: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

With this option enabled, if the same event fires 5 times

within 2 minutes, SharePoint will suppress the event from

logging and throw a summary event at the 2 minute mark.

The default behavior and can be customized using

PowerShell and the Set-SPDiagnosticConfig cmdlet.

Page 11: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 12: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

• How do I turn it off and on?

Page 13: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 14: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 15: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 16: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 17: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 18: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

$j = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings; $j.DisplayLevel = ; $j.Update()

$j = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings;

$j.DisplayLevel = 'OnDemand';

$j.Update()

Optional parameters

$j.TraceEnabled = $true;

$j.RequiredPermissions = '%MaskSetting%';

Page 19: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 20: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 21: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 22: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 23: SharePoint Logging and Debugging for SP Tech Con

Configurable ULS Logs

Flood Protection

Developer Dashboard

Page 24: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 25: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 26: SharePoint Logging and Debugging for SP Tech Con

SQL Views

CodePlex Projects

http://SPFLogger.codeplex.com

Page 27: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 28: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 29: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 30: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 31: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 32: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Microsoft Corporation and Sentri, Inc. All rights reserved.

Page 33: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

http://[email protected]

http://www.cjvandyk.com/[email protected]

http://www.todd-carter.com/

http://blogs.msdn.com/b/russmax

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.utilities.spmonitoredscope(office.14).aspx

http://msdn.microsoft.com/en-us/library/ff512758.aspx

http://spflogger.codeplex.comMicrosoft SharePoint 2010 Administration Toolkit v2.0

Page 34: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.

Page 35: SharePoint Logging and Debugging for SP Tech Con

Copyright 2012 © Sentri, Inc. All rights reserved.