Skip to content
Steve Hu edited this page Sep 25, 2016 · 1 revision

There are two audit handler that write logs into audit.log that setup in the logback appender.

SimpleAuditHandler

Only log several fields from request header and the fields are configurable. Optional, it can log response status and response time.

FullAuditHandler

Dump every thing from request and response. This is mainly a development tool and may be used on production for some of the APIs without performance concerns.