How to add client ip etc
meataxe opened this issue · 1 comments
meataxe commented
Maybe a dumb question, but I'm not super familiar with logging in asp.net core and I can't see where to add fields like current user, client ip etc that would be available on the HttpContext but not available as part of this call .ConfigureLogging((context, builder) => builder.AddGelf(...
?