1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 10:40:06 +00:00

chore(session): change log level from error to info

This commit is contained in:
Yury Shkoda
2021-07-26 10:40:15 +03:00
parent fbaa2327c6
commit 6c901f1c21

View File

@@ -206,7 +206,7 @@ export class SessionManager {
) {
loggedErrors.push(stateError)
logger.error(stateError.message)
logger.info(stateError.message)
}
resolve(this.waitForSession(session, etag, accessToken))