Forum Discussion
Power BI Log Files
6 Replies
- muchinskiResolver II
You can set it on the "C:\Program Files\Microsoft Power BI Report Server\PBIRS\RSHostingService\config.json" file, changing the properties bellow for each executable:
"Logger.path": "..\\LogFiles\\",
"Dumper.path": "..\\LogFiles\\",Please create a safe copy of this file bofore any change.
I was not able to find any official documentation regarding to this procedure. That would be nice if someone can complement the answer with a reference.
- guruprasathbRegular Visitor
Hi,
I tried changing the value in config.json file and restarted the service. But it still creating in C:\ only.
"Logger.path": "E:\\LogFiles\\",
"Dumper.path": "E:\\LogFiles\\",Kindly advice.
Thanks,
- guruprasathbRegular Visitor
Just noted this property in config.json file but still no luck.
"restartOnChangesTo": "Dumper.flags,Dumper.path,Dumper.preventIfContains,listenerUrl,Logger.path"
- Maverik91Helper 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