Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Oct 14, 2023
1 parent 13288c6 commit 50d8d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ DynamicProxy.prototype.targetForRequest = function (request) {
}
}

console.log(`key: ${key}, token: ${token}`);

let target;
if (this.sessionMap) {
target = this.targetFromSessionMap(key, token);
Expand Down

0 comments on commit 50d8d4a

Please sign in to comment.