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