Move your SharePoint 2010 logs off of your C drive


Central Admin > Monitoring > Configure Diagnostic Logging

The setting is “Trace Log” 

Go to trace log and change the following

Note:

 I strongly recommend only changing the drive letter. Leave the path alone

Note:

 I strongly recommend only changing the drive letter. Leave the path alone

And change to any other drive

With PowerShell:

Set-SPDiagnosticConfig -LogLocation “E:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS”

And

Set-SPUsageService -UsageLogLocation “E:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\”

 

Reference

http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=304

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.