Skip to content

Commit

Permalink
disable finbuckle debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 23, 2024
1 parent 345c5f9 commit 47952d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static WebApplicationBuilder ConfigureSerilog(this WebApplicationBuilder
.MinimumLevel.Override("Microsoft.Hosting.Lifetime", LogEventLevel.Information)
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Error)
.MinimumLevel.Override("Hangfire", LogEventLevel.Warning)
.MinimumLevel.Override("Finbuckle.MultiTenant", LogEventLevel.Warning)
.Filter.ByExcluding(Matching.FromSource("Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware"));
});
return builder;
Expand Down

0 comments on commit 47952d0

Please sign in to comment.