Skip to content

Commit

Permalink
log pezzo client options
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Nov 24, 2023
1 parent 62741a2 commit 030eed7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export function createPezzoClientFromRequest(
options.serverUrl = req.headers["x-pezzo-server-url"] as string;
}

console.log("Creating Pezzo client with options", options);

req.pezzo = new Pezzo(options);
next();
}

0 comments on commit 030eed7

Please sign in to comment.