1
0
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:
Kyle Spearrin
2019-09-03 14:44:22 -04:00
parent 72310701d2
commit aca274a49b
4 changed files with 27 additions and 10 deletions

View File

@ -146,7 +146,7 @@ namespace Bit.Api
app.UseSerilog(env, appLifetime, globalSettings);
// Default Middleware
app.UseDefaultMiddleware(env);
app.UseDefaultMiddleware(env, globalSettings);
if(!globalSettings.SelfHosted)
{