We have APIs which have customer fault policies to fire if there's a key validation failure, custom errors thrown from javascript, etc but we would like to have a message logging policy fire as well, Of course, once a custom policy fires, a default rule won't fire, even with "AlwaysEnforce".
Are there any ways to get around this without completely tearing apart our proxy flow and moving the RaiseFault policies out of the fault rules and into the proxy/target flows?