Demantra procedure log/debug functionality...
Demantra has the option to enable a bunch of logging for certain procedures. LOG_IT_PARAMS table in particular (on our system) shows that I can do this for INSERT_UNITS, PROPORT, etc...we have an issue at the moment where I would like to understand what specifically goes on inside these 2 procedures. Looking at the code itself, it appears that the logging is implemented in each procedure by a call to LOG_IT. This procedure in turn is dynamically built by build_log_it_procedure.
Can anyone tell me if it is SAFE to simply execute this procedure, or is there some other/official way to actually LOG enable these procedures?
Can anyone tell me if it is SAFE to simply execute this procedure, or is there some other/official way to actually LOG enable these procedures?
0