Clarify HTTP logging middleware only logs incoming requests (#27007)

pull/27019/head
Stephen Halter 2022-09-15 11:54:41 -07:00 committed by GitHub
parent 95a9ba2f9d
commit 8e439fb7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ uid: fundamentals/http-logging/index
:::moniker range=">= aspnetcore-6.0"
HTTP Logging is a middleware that logs information about HTTP requests and HTTP responses. HTTP logging provides logs of:
HTTP Logging is a middleware that logs information about incoming HTTP requests and HTTP responses. HTTP logging provides logs of:
* HTTP request information
* Common properties