Fix logger log level (#6512)
This commit is contained in:
@@ -110,7 +110,7 @@ class AuthService extends TransactionBaseService {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
this.logger_.log("error ->", error)
|
||||
this.logger_.log("error", error)
|
||||
// ignore
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user