Skip to content

Log successful requests at debug to cut empty info log spam#116

Open
stephenzora wants to merge 1 commit into
mainfrom
fix/request-log-noise
Open

Log successful requests at debug to cut empty info log spam#116
stephenzora wants to merge 1 commit into
mainfrom
fix/request-log-noise

Conversation

@stephenzora

Copy link
Copy Markdown

The request logging middleware logs every request at info with an empty message, about 90 lines per minute in the Datadog live tail with no message text to scan.

Successful requests now log at debug, which the prod info level filters out. Requests with status 400 and above keep info so failures still surface. The line also gains a message and the request path so the entries that do appear are readable.

Refs BPF-1905

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lanyard Ready Ready Preview, Comment Jun 11, 2026 10:15pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant