Forum Discussion
Anonymous
6 years agoNot applicable
Recycle POWER BI logs - Retention
Hi All,
I need to keep retention for PowerBI log located at C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles - 1 month worth of log
such as
>ReportingServicesService_xxxx_xx_xx
>RSHostingService_xxxx_xx_xx
>RSManagement_xxxx_xx_xx
>RSPortal_xxxx_xx_xx
>RSPowerBI_xxxx_xx_xx
How do I do that ?
Any feedback is much appreciated
Thank you
1 Reply
- d_gosbellSuper User
The configuration for this is stored in the config file at
<install directory>\PBIRS\ReportServer\bin\ReportingServicesService.exe.config
It should look something like the following, increasing the KeepFilesForDays setting should solve your issue as I believe all the individual components read their retention settings from this one file