Skip to content

Commit 5c9df8c

Browse files
authored
Update README.md
1 parent 0381b36 commit 5c9df8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ My logs were
1212

1313
## What is this?
1414

15-
It's not possible to configure the log pattern of the built-in HttpClient loggers. To modify, one has to replace them. This package replaces the default loggers with a logger that:
15+
It's not possible to configure the log pattern of the Microsoft.Extensions.Http based HttpClient loggers. To modify, one has to replace them. This package replaces the default loggers with a logger that:
1616

1717
1. Reduces the number of log statements on httpclient requests from 4 to 1
1818
2. Logs 1 aggregated log statement: `{Method} {Uri} - {StatusCode} {StatusCodeLiteral} in {Time}ms`

0 commit comments

Comments
 (0)