1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

Set serilog min level (#2304)

This commit is contained in:
Matt Gibson 2022-09-26 22:38:35 -04:00 committed by GitHub
parent 402f23054c
commit ddb683dbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ public static class LoggerFactoryExtensions
}
var config = new LoggerConfiguration()
.MinimumLevel.Verbose()
.Enrich.FromLogContext()
.Filter.ByIncludingOnly(inclusionPredicate);