Hi,
I have a client which IT department requires to write log files on a dedicated location e.g. E:\logs\Prolaborate
I can customize it for the PCS logs via the config file.
Would it be possible to set a different folder for each log file? Is the following list complete?
C:\Program Files (x86)\Prolaborate\WebApplication\VirtualAssets\AccessLogs
C:\Program Files (x86)\Prolaborate\WebApplication\VirtualAssets\ErrorLogs
C:\Program Files (x86)\Prolaborate\Engine\EnginePCSLogs
Note: in Prolaborate Service Management, I can see the Access and Error log path as read only values to copy. It would be interesting to update them from here.
I noticed the following in the web.config that can be changed. Can you clarify what it does?
<add name="TextWriter" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\logs\SAML\idp.log" />
Regards,
Guillaume