Hi
I am just wondering is there a facility to switch on and switch off logging dynamically without touching the code? Any inputs on this will be greatly appreciated.
Regards
Murali
Hi
I am just wondering is there a facility to switch on and switch off logging dynamically without touching the code? Any inputs on this will be greatly appreciated.
Regards
Murali
No, it’s meant as audit trail. You set it on or off. You can filter the data of course as the user and touched functions are know so you can create a small process to delete the stuff you don’t want.
Dear Albert,
Thank you for the response. Yeah, I understand this is an audit function, However if the logs are increasing too much and if we need to stop for sometime then we have to go to each application and set it off and generate the code and then deploy. Which is a painful process. Hence I would request you to give a thought on this feature. Thank you.
Hi yuri_esteves
Well, I am aware of this. But My question is different. You should not come to scriptcase to do this change. This should be part of the developed application. What you have mentioned in the above will require to generate the code and then deploy the application. Thats not what I was expecting.