Details
Description
I'm using org.apache.cxf.sts.event.map.MapEventLogger (from CXF 2.7.13-SNAPSHOT) to support auditing in my STS. I don't want it to log stack traces in the audit log, so I've set the property logStacktrace to false in my CXF bean config. But I'm getting stack traces anyway. It appears that the logStacktrace property check has not been implemented.