Layer7 API Management

 View Only

 Extended Reverse Web Proxy_V1.0 auditing records unneccesarily

Sammy Heutz's profile image
Sammy Heutz posted Nov 04, 2024 10:41 AM

Hello,

We have quite a few policies within our Layer 7 API Gateway that make use of the Extended Reverse Web Proxy_V1.0.

However, for quite a few of them, audit logs are created every time the policy is called and even when messages are processed succesfully, even though auditing is not turned on for the policy.


I found some documentation that the clusterwide property audit.setDetailLevel.INFO would fix this if we add the codes of the audit records that turn into a warning. However, this does NOT work. All it does is change the warning to "info" within the audits, but the entire audit details are still logged.

If I change it to setDetailLevel.FINEST, there is STILL a record created in the audit, but it is empty without the audit information (because we do not log on this level).

Is there any way to make sure we only get logs for those policies if something actually went wrong? 

Kind regards,

Sammy Heutz