Skip to content

Commit

Permalink
Merge pull request #675 from bcgov/develop
Browse files Browse the repository at this point in the history
promote
  • Loading branch information
leewrigh authored Oct 16, 2024
2 parents 802b5f0 + d0b55c3 commit 45f1ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ApprovalFlow/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private static void CreateLogger(
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Information()
.Filter.ByExcluding("RequestPath like '/health%'")
.Filter.ByExcluding("RequestPath like '/metrics%'")
.MinimumLevel.Override("Microsoft", LogEventLevel.Warning)
.MinimumLevel.Override("Microsoft.Hosting.Lifetime", LogEventLevel.Information)
.MinimumLevel.Override("System", LogEventLevel.Warning)
Expand Down

0 comments on commit 45f1ee7

Please sign in to comment.