In SharePoint 2013, can we set wss_logging to retain more than 31 days? I tried the command below but it's not accepting anything beyond 31.
Get-SPUsageDefinition | Set-SPUsageDefinition -DaysRetained 60
I'd rather not copy the logs somewhere else like some people suggested.