Forum Discussion
guruprasathb
8 years agoRegular Visitor
Power BI Log Files
There are quite few logs are generated by Power BI Services in the following folder (C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles). Is it possible to change the log file path? Than...
Maverik91
8 months agoHelper II
Hi everyone,
I don’t know if this issue has ever been resolved, but in my case it was enough to modify the ReportingServiceService.exe.config file by adding the following line of code inside the <RStrace> section:
<add name="Directory" value="U:\logs\" />
Everything is explained at the following link:
Report server service trace log - SQL Server Reporting Services (SSRS) | Microsoft Learn
Regards,
Marco