We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9761725 commit 21ab234Copy full SHA for 21ab234
docs/logs/README.md
@@ -136,7 +136,7 @@ Here is the rule of thumb:
136
:stop_sign: You should avoid creating `LoggerFactory` instances too frequently,
137
`LoggerFactory` is fairly expensive and meant to be reused throughout the
138
application. For most applications, one `LoggerFactory` instance per process
139
-should be sufficient.
+would be sufficient.
140
141
:heavy_check_mark: You should properly manage the lifecycle of
142
[LoggerFactory](https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.loggerfactory)
0 commit comments