You have a SharePoint Server 2013 Service Pack 1 (SP1) server farm. You discover that
each Unified Logging Service (ULS) log contains only 30 minutes of data. You need to
configure the ULS logs to contain 60 minutes of activity. Which Windows PwerShell cmdlet
should you use?
A.
Set-SPTimerJob
B.
Set-SPDiagnosticConfig
C.
Set-SPLogLevel
D.
Set-SPUsageService
Explanation:
Set-SPDiagnosticConfig -LogCutInterval parameter Specifies a time period to roll over to the next log file.
The type must be a valid number between 0 and 1440.
The default value is 30.
http://technet.microsoft.com/en-us/library/ff607575.aspx