Is there way to delete the Ui path logs getting created in the logs folder on the system?
I want to delete the logs for T-1 days (T=Current date)
Can someone please help me to get this done?
Is there way to delete the Ui path logs getting created in the logs folder on the system?
I want to delete the logs for T-1 days (T=Current date)
Can someone please help me to get this done?
@vaibhav2.chavan - pls chk below link… it might help you…
@GBK - Thanks for reply, but my requirement is that my bot is running 24*7, 365 days and its creating the logs in GB so i want to delete the logs at same time when my bot is running, within that i can able to set the condition e.g T-1 (T=Current Date)
@vaibhav2.chavan - using powershall script to delete the files from local drive and setup same script for task scheduler
@GBK - So just want to cross check, while running the process the script will not do any disturbance right? because its running 24*7 all the days.
@vaibhav2.chavan - pls check how many logfiles creating in your log filder? is it creating in daily basis or something else?
if its creating daily basis - you can remove the old/archive files (not the current date file)