Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add middleware logging functionality and test case #775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oozan
Copy link

@oozan oozan commented Nov 20, 2024

What type of PR is this? (check all applicable)

  • Feature

Description

This PR adds a UseWithLogging method for middleware, allowing developers to log middleware execution by providing a name. This helps debug and trace middleware flow.

Changes

  • Added UseWithLogging to Router and Route.
  • Logs middleware execution using the provided name.
  • Created a test, TestMiddlewareExecutionWithLogging, to validate the functionality.

Related Tickets & Documents

None.

Added/updated tests?

  • Yes

Run verifications and test

  • make verify is passing
  • make test is passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant