Skip to content

Commit

Permalink
fix: referer 로깅 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cookienc committed Jul 10, 2024
1 parent 4eb6643 commit c0ddef2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class LoggerAspect {
- Method: ${request.method}
- URI: ${getURI(request)}
- IP: ${getClientIP(request)}
- Referer: ${request.getHeader(HttpHeaders.REFERER)}
- Signature: ${getSignature(joinPoint)}
""".trimIndent()
}
Expand Down

0 comments on commit c0ddef2

Please sign in to comment.