Skip to content

chore(logging): enrich request handling log line with request method#3514

Open
lukqw wants to merge 1 commit intobenoitc:masterfrom
lukqw:enrich-error-logging
Open

chore(logging): enrich request handling log line with request method#3514
lukqw wants to merge 1 commit intobenoitc:masterfrom
lukqw:enrich-error-logging

Conversation

@lukqw
Copy link

@lukqw lukqw commented Feb 18, 2026

Context & Motivation

Currently, when a request fails, the error logs only display the URI. While this identifies the endpoint, it lacks the context of the action being performed (e.g., distinguishing between a GET fetch and a DELETE operation).

Current Behavior:

Error handling request /v1/my-route

Therefore this PR adds the HTTP request method to the log line.

New Behavior:

Error handling request GET /v1/my-route

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