Skip to content

Commit a43c2aa

Browse files
Update src/content/docs/identitymodel-oidcclient/logging.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent e22e977 commit a43c2aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/content/docs/identitymodel-oidcclient

src/content/docs/identitymodel-oidcclient/logging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ var app = builder.Build();
3636
var client = app.Services.GetService<OidcClient>();
3737
```
3838

39-
You can use any
40-
logging provider to store your logs however you like by setting the `LoggerFactory` property on `OidcClientOptions`.
39+
You can use any logging provider to store your logs however you like, by setting the `LoggerFactory` property on `OidcClientOptions`.
4140

4241
For example, you could configure
4342
[Serilog](https://github.com/serilog/serilog-extensions-hosting) like this:

0 commit comments

Comments
 (0)