Skip to content

Commit

Permalink
SequenceAuditFilter: log message level to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 8, 2023
1 parent d929179 commit bae8f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void setRecordOnEndOfChain(boolean recordOnEndOfChain) {

@Override
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
LOGGER.info("Running SequenceAuditFilter");
LOGGER.trace("Running SequenceAuditFilter");

if (recordOnEndOfChain) {
filterChain.doFilter(request, response);
Expand Down

0 comments on commit bae8f13

Please sign in to comment.