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

Support logging Authorization User #254

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Support logging Authorization User #254

merged 1 commit into from
Jan 22, 2024

Commits on Jan 13, 2024

  1. Support logging Authorization User

    For reqeust with Authorization header or Proxy-Authorization header,
    the user name is not stored in the URL. So the logger will not output
    it.
    
    In order to log user name for Authorization, we could update the User
    filed of http.Request. So the logger should use the latest value.
    taoso committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    dd8ea20 View commit details
    Browse the repository at this point in the history