Logs from unattended robots are stored in a file in the %LocalAppData%\UiPath\Logs
by default.
Is it possible to configure that logfiles older than 1 month will be deleted automatically?
Logs from unattended robots are stored in a file in the %LocalAppData%\UiPath\Logs
by default.
Is it possible to configure that logfiles older than 1 month will be deleted automatically?
@Stephu you can have a batch file or a powershell script to do this operation. You can have a system schedule run for the same😁.
I used NLog in an C#.Net Project. There is was possible to configure NLOG that this works automatically.