Skip to content

Commit

Permalink
refactor: adjust loglevel for LoginListener
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 30, 2024
1 parent fe96fca commit 2c260b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class LoginListener(
source = source,
)

logger.info { activity }
logger.debug { activity }
authenticationActivityRepository.insert(activity)
}

Expand Down Expand Up @@ -78,7 +78,7 @@ class LoginListener(
error = event.exception.message,
)

logger.info { activity }
logger.debug { activity }
authenticationActivityRepository.insert(activity)
}

Expand Down

0 comments on commit 2c260b1

Please sign in to comment.