Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JudahGabriel committed Jan 13, 2024
2 parents 2b0481f + 1483710 commit fa909db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void ConfigureServices(IServiceCollection services)
docStore.Initialize();

// Add RavenDB structured logging.
services.AddLogging(builder => builder.AddRavenStructuredLogger(docStore)); // docStore may be omitted if it's already in the DI container'
services.AddRavenStructuredLogger(docStore); // docStore may be omitted if it's already in the DI container
...
}
Expand Down Expand Up @@ -118,4 +118,4 @@ public class HomeController : Controller

3. You're done!

Need help? See the [sample app](https://github.com/JudahGabriel/RavenDB.StructuredLog/tree/master/Sample).
Need help? See the [sample app](https://github.com/JudahGabriel/RavenDB.StructuredLog/tree/master/Sample).

0 comments on commit fa909db

Please sign in to comment.