Skip to content

Commit

Permalink
reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Nov 7, 2024
1 parent 7693679 commit 65eeac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MaskinportenTokenService(
Thread {
while (true) {
try {
logger.info("sjekker om accesstoken er i ferd med å utløpe..")
logger.debug("sjekker om accesstoken er i ferd med å utløpe..")
val token = tokenStore.get()
if (token == null || token.percentageRemaining() < 50.0) {
val newToken = maskinportenClient.fetchNewAccessToken()
Expand Down

0 comments on commit 65eeac2

Please sign in to comment.