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

Additional configuration options for RequestLogger and Logger middleware #2341

Merged
merged 3 commits into from Nov 30, 2022

Commits on Nov 21, 2022

  1. Add middleware.RequestLoggerConfig.HandleError configuration option…

    … to handle error within middleware with global error handler thus setting response status code decided by error handler and not derived from error itself.
    aldas committed Nov 21, 2022
    Copy the full SHA
    f695a8e View commit details
    Browse the repository at this point in the history
  2. Add middleware.LoggerConfig.CustomTagFunc so Logger middleware can …

    …add custom text to logged row.
    aldas committed Nov 21, 2022
    Copy the full SHA
    b26f284 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. fix example

    aldas committed Nov 27, 2022
    Copy the full SHA
    bce3b19 View commit details
    Browse the repository at this point in the history