Skip to content

Commit a35ecca

Browse files
authored
Fix trace log level in SchibstedAuthenticator.swift (#245)
1 parent afa60ae commit a35ecca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SchibstedAccount/SchibstedAuthenticator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ public final class SchibstedAuthenticator: SchibstedAuthenticating {
456456
throw SchibstedAuthenticatorError.refreshTokenFailed(.userIsLoggedOut)
457457
}
458458

459-
logger.trace("Refreshing tokens for user '\(user)'.")
459+
logger.debug("Refreshing tokens for user '\(user)'.")
460460

461461
do {
462462
let tokens = try await getTokens(parameters: [

0 commit comments

Comments
 (0)