We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22e977 commit a43c2aaCopy full SHA for a43c2aa
1 file changed
src/content/docs/identitymodel-oidcclient/logging.md
@@ -36,8 +36,7 @@ var app = builder.Build();
36
var client = app.Services.GetService<OidcClient>();
37
```
38
39
-You can use any
40
-logging provider to store your logs however you like by setting the `LoggerFactory` property on `OidcClientOptions`.
+You can use any logging provider to store your logs however you like, by setting the `LoggerFactory` property on `OidcClientOptions`.
41
42
For example, you could configure
43
[Serilog](https://github.com/serilog/serilog-extensions-hosting) like this:
0 commit comments