mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -05: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…
x
Reference in New Issue
Block a user