Delete Old Logfiles On Robots

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.

Seems like in a product that automates everything there would already be a way to do this. It would be nice to be able to configure the log settings so they do this based on parameters or have some out of the box process that does it. Is anything like that available?