log4net 1.2.11.0
I am trying to get anything that will allow me to log with a unique value for each ASP.NET request.
I tried %thread, but threads appear to be reused.
I've tried %aspnet-request and %aspnet-session which don't have anything meaningful within them.
I looked at ThreadContext.Properties and LogicalThreadContext.Properties but they don't have anything in them either.
Anyone have a trick to get this done? I need the ability to pick a particular request's logs out of the log file.