Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Oct 14, 2023
1 parent b9119fc commit b6ceaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ DynamicProxy.prototype.targetForRequest = function (request) {
}
}

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

let target;
if (this.sessionMap) {
Expand Down

0 comments on commit b6ceaaf

Please sign in to comment.