You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be cool if it would be possible to specify the PersonModel when logging exceptions.
I took a glance at the code, and the PersonModel is only populated when HttpContext.Current exists and is then populated from AUTH_USER,LOGON_USER or REMOTE_USER server variables respectively.
Another option is to populate the Person model from the environment..... You know what, I'll submit a pull request for that!
The text was updated successfully, but these errors were encountered:
I would be cool if it would be possible to specify the
PersonModel
when logging exceptions.I took a glance at the code, and the
PersonModel
is only populated whenHttpContext.Current
exists and is then populated fromAUTH_USER
,LOGON_USER
orREMOTE_USER
server variables respectively.Another option is to populate the
Person model
from the environment..... You know what, I'll submit a pull request for that!The text was updated successfully, but these errors were encountered: