From 50d8d4a11e96f8d5d7b73cfce42ae76ff3bc7465 Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Sat, 14 Oct 2023 18:15:41 +0200 Subject: [PATCH] Debug --- lib/proxy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/proxy.js b/lib/proxy.js index af6a436..6b27c88 100644 --- a/lib/proxy.js +++ b/lib/proxy.js @@ -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);