Skip to content

Commit 556b206

Browse files
committed
DEBUG
1 parent a7ae8ff commit 556b206

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/server/ee/src/prebuilds/github-enterprise-app.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ export class GitHubEnterpriseApp {
7777
): Promise<User> {
7878
const span = TraceContext.startSpan("GitHubEnterpriseApp.findUser", ctx);
7979
try {
80+
log.info("GitHub Enterprise host: " + req.host);
81+
log.info("GitHub Enterprise headers: " + JSON.stringify(req.headers, null, 2));
82+
log.info("GitHub Enterprise payload: " + JSON.stringify(payload, null, 2));
8083
const host = req.header("X-Github-Enterprise-Host");
8184
const hostContext = this.hostContextProvider.get(host || "");
8285
if (!host || !hostContext) {

0 commit comments

Comments
 (0)