So the UiPath log files are filling up our C: drive on our bot host servers. We want the files to go to \\someserver\somefolder\logs\username
Looking in the nlog.config file I see that there’s a ${specialfolder:folder=LocalApplicationData} reference. What I would want is to be able to do something like…
\\someserver\somefolder\logs\${specialfolder:folder=UserName}
Anyone know if there’s a way to do this?