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

Commit 278813e

Browse files
authored
Merge pull request #184 from microsoftgraph/fix/debug_logging
Fix issue with logging handler not showing messages
2 parents bf4c9d8 + ea6d750 commit 278813e

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)