Skip to content

Commit 2595bae

Browse files
committed
DEBUG
1 parent a7ae8ff commit 2595bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)