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:
parent
402f23054c
commit
ddb683dbff
@ -56,6 +56,7 @@ public static class LoggerFactoryExtensions
|
||||
}
|
||||
|
||||
var config = new LoggerConfiguration()
|
||||
.MinimumLevel.Verbose()
|
||||
.Enrich.FromLogContext()
|
||||
.Filter.ByIncludingOnly(inclusionPredicate);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user