Skip to content
Merged
Prev Previous commit
Next Next commit
Update aspnetcore/fundamentals/logging/index/samples/6.x/WebLog/Progr…
…am.cs

Co-authored-by: Noah Falk <[email protected]>
  • Loading branch information
Rick-Anderson and noahfalk authored Sep 6, 2023
commit a3c863805c4c1862cab46f7dcf440dd01f1dfb96
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
// <snippet4>
var builder = WebApplication.CreateBuilder(args);

var loggerFactory = LoggerFactory.Create(logging =>
builder.Logging.Configure(...)
builder.Logging.AddSimpleConsole(...)
{
logging.Configure(options =>
{
Expand Down