dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.4k stars 10k forks source link

Check loglevel for some log statements in DefaultUI #5776

Open kichalla opened 6 years ago

kichalla commented 6 years ago

Currently we have log statements in DefaultUI where we try to log user id, but we try to get the user id irrespective of whether the loglevel was enabled or not.

HaoK commented 5 years ago

Clearing assignment since this is in backlog