Skip to content

Commit da53f0e

Browse files
authored
Revert logging change to remove log spam (#942)
1 parent 4d302c6 commit da53f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/it/chalmers/gamma/app/authentication/UserAccessGuard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public boolean haveAccessToUser(UserId userId, boolean userLocked) {
101101
return true;
102102
}
103103

104-
LOGGER.info("tried to access the user: {}; ", userId);
104+
LOGGER.debug("tried to access the user: {}; ", userId);
105105

106106
// Return false by default
107107
return false;

0 commit comments

Comments
 (0)