Hi team, do we have any provision in apama to log the action calls automatically when a monitor script gets invoked.
For instance in java we a have provision to log the method calls through command
Runtime.traceMethodsCalls();
Hi team, do we have any provision in apama to log the action calls automatically when a monitor script gets invoked.
For instance in java we a have provision to log the method calls through command
Runtime.traceMethodsCalls();
Hi Karpaga, actually action-level tracing like that doesn’t exist at the moment, but we’ll look into whether it could be added at a future point.
You might want to look at turning on applicationEventLogging (see documentation) which gives event-level tracing of what your EPL is doing.
Best wishes
Ben