Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit ea6d750

Browse files
committed
Fix issue with logging handler not showing messages
1 parent bf4c9d8 commit ea6d750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ static IHostBuilder CreateHostBuilder(string[] args) =>
149149
}).ConfigureLogging((ctx, logBuilder) =>
150150
{
151151
logBuilder.SetMinimumLevel(LogLevel.Warning);
152+
logBuilder.AddFilter("Microsoft.Graph.Cli.Core.Http", LogLevel.Debug);
152153
});
153154

154155
static void ConfigureAppConfiguration(IConfigurationBuilder builder)

0 commit comments

Comments
 (0)