If you view hidden files you’ll find the logs file that accumulate overtime.
C:\Users{UserName}\AppData\Local\UiPath\Logs
500MB
What are your best practices for this?
Manually deleting, what can you delete without breaking anything?
Or does UiPath automatically clear logs after a certain threshold?
What are your best practices for this?
We are deleting the files older than 30 days manually. There is no cleaner but if you have lot’s of users, you can build a cleaner bot which will take care of this periodically.
Manually deleting, what can you delete without breaking anything?
You can delete every file in there without breaking your studio.
Does UiPath automatically clear logs after a certain threshold?
No threshold! It will be there till you notice or your hard disk will give you the low disk space warning!
you can delete all the files UiPath can recreate those files when needed if nothing is found
as a best practice we do a clean up of 6 months old files to make sure atleast we have trace f last 6 months with us
There is no auto clearing we can create a bat file and schedule as well or a UiPath process also can be created…generally we do this maintainance as part of vm maintainance itself