Skip to content

Commit

Permalink
Debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed Aug 9, 2023
1 parent 698705f commit 80f4f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ open class SessionCsrfService
return token
}
token = NumberHelper.getSecureRandomAlphanumeric(30)
log.debug { "No csrf token found in AbstractSessionCache, creating '$token'" }
log.debug { "No csrf token found in AbstractSessionCache, creating '$token' for session id '${RequestLog.getTruncatedSessionId(request)}'" }
super.registerSessionData(request, token)
return token
}
Expand Down

0 comments on commit 80f4f6b

Please sign in to comment.