The Wayback Machine - https://web.archive.org/web/20210430161243/https://github.com/dotnet/aspnetcore/issues/31843
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 W3C logging to HttpLogging middleware #31843

Open
jkotalik opened this issue Apr 15, 2021 · 1 comment
Open

Add W3C logging to HttpLogging middleware #31843

jkotalik opened this issue Apr 15, 2021 · 1 comment
Assignees
Milestone

Comments

@jkotalik
Copy link
Member

@jkotalik jkotalik commented Apr 15, 2021

We want to extend the HttpLogging Middleware to include W3C logs.

Hazy details:

  • Logging Provider
  • Logging inside of the middleware to a different logger
  • Making sure format is consistent (no extra fields per request/response)

@shirhatti can you help with specific details here?

@jkotalik jkotalik added this to the 6.0-preview5 milestone Apr 15, 2021
@blowdart
Copy link
Contributor

@blowdart blowdart commented Apr 15, 2021

The spec - https://www.w3.org/TR/WD-logfile.html

The fields IIS could log are at https://www.loganalyzer.net/log-analyzer/w3c-extended.html. You don't have to include all of them (win32status for example)

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

Successfully merging a pull request may close this issue.

None yet
3 participants