Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Feb 7, 2024
1 parent 7a03bb2 commit ee37abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/206-dotnet-configuration-and-logging/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static async Task Main(string[] args)
kernelMemoryBuilder.Services
.AddLogging(c =>
{
c.AddConsole().SetMinimumLevel(LogLevel.Warning);
c.AddConsole().SetMinimumLevel(LogLevel.Warning); // <== Log Level
});

var memory = kernelMemoryBuilder.Build();
Expand Down

0 comments on commit ee37abb

Please sign in to comment.