[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Seeing duplicate log entries from Elysia

20 views · 1 like · 1 post


jx (@jimmyxdom-5287) · 2025-12-01 · ♥ 1

I'm running a simple Elysia Bun setup. Each request would create two log entries in runtime log. One without a function call and no logs attached. The other following that first one with a function call and logs. The tricky part is, the `x-vercel-id` I got from the request is for the empty one, which makes me unable to trace anything (as the logs are empty).
Any ideas on how can I connect those `x-vercel-id`s together? Or get rid of the empty runtime log entry completely (even better).

![Screenshot 2025-12-01 at 12.28.36 AM|690x316](upload://gx8bVORNpmS1ymdV3PfuP3elvYt.png)

![Screenshot 2025-12-01 at 12.29.10 AM|690x324](upload://jI6lo4RZuO1x8fLqfg5FNGa1x12.png)