Skip to content

Commit

Permalink
style: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
comforest committed Jul 15, 2024
1 parent de326d1 commit 1c0eb85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class ApiLoggingFilter : Filter {
try {
chain.doFilter(request, response)
} finally {

logger.info("${generateRequestLog(request)}\n${generateResponseLog(response)}")
response.copyBodyToResponse()
}
Expand Down

0 comments on commit 1c0eb85

Please sign in to comment.