gdziadkiewicz commented on code in PR #199:
URL: https://github.com/apache/logging-log4net/pull/199#discussion_r1813599335
##########
src/log4net/Core/LoggingEvent.cs:
##########
@@ -742,15 +742,27 @@ private static string ReviseThreadName(string? threadName)
{
if (_platformDoesNotSupportWindowsIdentity)
{
- // we've already received one PlatformNotSupportedException
+ // we've already received one PlatformNotSupportedException or null from
TryReadWindowsIdentityUserName
Review Comment:
I will fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]