Configure ULS logs to rollover after 60 minutes
By default SharePoint rolls over it’s Unified Logging Service (ULS) logs every 30 minutes. I would like to reduce the number of log files so will increase the rollover to 60 minutes by using the Set-SPDiagnosticConfig PowerShell command: Set-SPDiagnosticConfig –LogCutInterval…