[▲ 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).  