1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-13 23:20:05 +00:00

feat(polling-state): improve logging

This commit is contained in:
Yury Shkoda
2021-12-22 18:46:06 +03:00
parent f25d9ec09d
commit 4a963ffbf5
3 changed files with 7 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ export class SessionManager {
) {
if (stateLink) {
if (this.debug && !this.printedSessionState.printed) {
logger.info('Polling session status...')
logger.info(`Polling: ${this.serverUrl + stateLink.href}`)
this.printedSessionState.printed = true
}