Skip to content

Commit

Permalink
Removed PII logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zysim committed Dec 21, 2023
1 parent 5a96629 commit 50628b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion LeaderboardBackend/Controllers/AccountController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ [FromBody] RecoverAccountRequest request

if (user is null)
{
logger.LogError("User not found: {usermame}; {email}", request.Username.Obfuscate(), request.Email.Obfuscate());
logger.LogError("User not found: {usermame}", request.Username);
}
else
{
Expand Down
7 changes: 0 additions & 7 deletions LeaderboardBackend/Extensions/StringExtensions.cs

This file was deleted.

0 comments on commit 50628b4

Please sign in to comment.