Re: log4net 1.2.13 performance issues (found the exact line that causes the problem)

2014-06-01 Thread Stefan Bodewig
On 2014-06-01, Alexey Polyakov wrote: > I have encountered a heavy drop in performance after migration from log4net > 1.2.10 to 1.2.13. My research pointed out to the commit #1511303 and > specifically to the line 1340: > eventProperties[UserNameProperty] = UserName; Seems this is https://issues

RE: log4net 1.2.13 performance issues (found the exact line that causes the problem)

2014-06-01 Thread Alexey Polyakov
1.2.13 performance issues (found the exact line that causes the problem) Hello, I have encountered a heavy drop in performance after migration from log4net 1.2.10 to 1.2.13. My research pointed out to the commit #1511303 and specifically to the line 1340: eventProperties[UserNamePr

RE: log4net 1.2.13 performance issues (found the exact line that causes the problem)

2014-06-01 Thread Alexey Polyakov
Hello, I have encountered a heavy drop in performance after migration from log4net 1.2.10 to 1.2.13. My research pointed out to the commit #1511303 and specifically to the line 1340: eventProperties[UserNameProperty] = UserName; I attach the test harness I was using - without this line t