We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SchibstedAuthenticator.swift
1 parent afa60ae commit a35eccaCopy full SHA for a35ecca
Sources/SchibstedAccount/SchibstedAuthenticator.swift
@@ -456,7 +456,7 @@ public final class SchibstedAuthenticator: SchibstedAuthenticating {
456
throw SchibstedAuthenticatorError.refreshTokenFailed(.userIsLoggedOut)
457
}
458
459
- logger.trace("Refreshing tokens for user '\(user)'.")
+ logger.debug("Refreshing tokens for user '\(user)'.")
460
461
do {
462
let tokens = try await getTokens(parameters: [
0 commit comments