Clarify HTTP logging middleware only logs incoming requests (#27007)
parent
95a9ba2f9d
commit
8e439fb7d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue