Skip to content

Commit 416bcc4

Browse files
committed
Add todo for token ID recording
1 parent 96409b3 commit 416bcc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Service/src/main/java/org/gusdb/wdk/service/PageViewLogger.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public class PageViewLogger {
1313
private static final String CLIENT_PREFIX = "/web-client";
1414

1515
public static void logPageView(String projectId, User user, String submittedPath, String userAgent) {
16+
// TODO: add token ID to logs when we are ready
17+
//String tokenId = user.getAuthenticationToken().getTokenContents().get(Claims.ID).toString();
1618
LOG.info(
1719
TAB + ThreadLocalLoggingVars.getIpAddress() +
1820
TAB + user.getUserId() +

0 commit comments

Comments
 (0)