Jan 08

Troubleshooting SharePoint Diagnostics Logging

Tag: Collaboration — January 8, 2010 @ 11:44 am
Author:

C/D/H Consultant

More about C/D/H
Articles by C/D/H Consultant

One of my clients called the other day with a SharePoint logging problem.  Her server(s) were creating blank log files, 0KB in size without any errors or apparent issue.

SDA Sharepoint Troubleshooting Blog pic 1

I started with some basics:

1) Is there adequate disk space on the server(s)?
2) Is the “Windows SharePoint Timer Service” running?

I then restarted the timer service to ensure that the credentials were still valid.  But that didn’t help.

Next, I wanted to validate what my logging levels were set to, so I ran the following STSADM command:

stsadm -o listlogginglevels

This revealed that everything was set to “None” from the original defaults.

SDA trob pic 2

I next ran the following command to reset values to defaults:

stsadm -o setlogginglevel -default

sda trob pic 3

That did it!

Leave a Reply