Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能通过 APIkit 路由器在控制台中禁用 RAML 验证生成的错误。在 RAML 验证(例如 400 bad request)的情况下,我需要生成错误,这些错误不应记录在控制台中。在选择异常策略的情况下,有一个属性 LogException 但在 globalExceptionMapping 的情况下我找不到它。
谢谢
苏什玛
在 Mule 3.8(可能更早)上,mapping-exception-strategy有一个属性enableNotifications。如:
mapping-exception-strategy
enableNotifications
<apikit:mapping-exception-strategy name="api-apiKitGlobalExceptionMapping" enableNotifications="false">