We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3c5ab commit acc4168Copy full SHA for acc4168
src/NuttyTree.NetDaemon.Infrastructure/Logging/IHostBuilderExtensions.cs
@@ -13,7 +13,7 @@ public static IHostBuilder UseLogging(this IHostBuilder builder)
13
{
14
config.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning);
15
config.MinimumLevel.Override("System.Net.Http.HttpClient", LogEventLevel.Warning);
16
- config.MinimumLevel.Override("Microsoft.Hosting", LogEventLevel.Warning);
+ config.MinimumLevel.Override("Microsoft.AspNetCore", LogEventLevel.Warning);
17
config.WriteTo.Async(sinkConfig =>
18
19
sinkConfig.Console(formatProvider: CultureInfo.CurrentCulture, outputTemplate: "[{Timestamp:HH:mm:ss} {Level:u3}] {SourceContext} {Message:lj}{NewLine}{Exception}");
0 commit comments