1
0
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:
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

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