Skip to content

Commit 5bd61dc

Browse files
committed
logging
1 parent fbd8eb7 commit 5bd61dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actor/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export function createExpressApp(
7373
});
7474

7575
app.get(Routes.SSE, async (req: Request, res: Response) => {
76+
log.info('HEADERS', req.headers);
7677
try {
7778
log.info(`Received GET message at: ${Routes.SSE}`);
7879
const input = parseInputParamsFromUrl(req.url);

0 commit comments

Comments
 (0)