Skip to content

Commit

Permalink
Tweak logging
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 13, 2023
1 parent 3290c35 commit 314182a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ServiceAuthService {
//Last try
apikey = request.JSON?.api_key

log.info("apiKey: " + apikey)
log.debug("apiKey: " + apikey)
apikey
}
}

0 comments on commit 314182a

Please sign in to comment.