Skip to content

Commit

Permalink
refactor: AdminInterceptor log level λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsanglee committed Aug 10, 2024
1 parent d2be8f6 commit 28cfae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public AdminInterceptor(AuthService authService, AuthenticationExtractor authent

@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) {
log.trace("login request = {}", request.getRequestURI());
log.debug("login request = {}", request.getRequestURI());

String requestURI = request.getRequestURI();

Expand Down

0 comments on commit 28cfae0

Please sign in to comment.