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. I don't see where the MapEventLogger is actually using the value of logStracktrace anywhere, is that feature implemented?
Thanx, Stephen W. Chappell
