mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
add new properties to LogContext
This commit is contained in:
@ -80,7 +80,7 @@ namespace Bit.Identity
|
||||
app.UseSerilog(env, appLifetime, globalSettings);
|
||||
|
||||
// Default Middleware
|
||||
app.UseDefaultMiddleware(env);
|
||||
app.UseDefaultMiddleware(env, globalSettings);
|
||||
|
||||
if(!globalSettings.SelfHosted)
|
||||
{
|
||||
|
Reference in New Issue
Block a user