Logging Payload in OSB proxy service using LogAction
I am using LogAction to log the message payload at DEBUG level inside OSB proxy service. Also I have minimum log level set to "INFO". Since min log level is "INFO", I am thinking LogAction is not going to evaluate the expression for DEBUG level statement. But when I execute a simple performance test "with" and "without" message payload scenario, I see some latency. Any idea on what's going on?
FYI - I am passing $body as an expression to the logaction for logging message payload.
0