lanesCSO opened a new issue, #188:
URL: https://github.com/apache/logging-log4net/issues/188

   Using .net8 and upgrading from 2.0.17 and this config no longer works
   
   ```
   <log4net>
     <root>
       <level value="ALL" />
       <appender-ref ref="FileAppender" />
     </root>
     <appender name="FileAppender" type="log4net.Appender.FileAppender">
       <threshold value="ALL" />
       <file type="log4net.Util.PatternString" 
value="Logs\Log4Net.[%processid].log" />
       <appendToFile value="true" />
       <layout type="log4net.Layout.PatternLayout">
         <conversionPattern value="%date [%property{MachineName}] 
[%property{correlationID}] [%thread] %level %class.%method:%line - 
%message%newline" />
       </layout>
     </appender>
   </log4net>
   ```
   
   If i remove `type="log4net.Util.PatternString"` then the logfile is created 
but there is no pattern transformed to processid. 
   
   Any help much appreicated


-- 
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]

Reply via email to