Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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

  • 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