mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Set serilog min level (#2304)
This commit is contained in:
@ -56,6 +56,7 @@ public static class LoggerFactoryExtensions
|
||||
}
|
||||
|
||||
var config = new LoggerConfiguration()
|
||||
.MinimumLevel.Verbose()
|
||||
.Enrich.FromLogContext()
|
||||
.Filter.ByIncludingOnly(inclusionPredicate);
|
||||
|
||||
|
Reference in New Issue
Block a user