You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by "Georgi Zhelezarov (JIRA)" <ji...@apache.org> on 2017/08/08 11:50:00 UTC

[jira] [Commented] (LOG4NET-558) log4net 2.0.7 and greater doesn't log %message pattern

    [ https://issues.apache.org/jira/browse/LOG4NET-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118230#comment-16118230 ] 

Georgi Zhelezarov commented on LOG4NET-558:
-------------------------------------------

Hello , 

i managed to reproduce the issue. I created a sample console App. Interestingly the issue  with the ndc is only on Windows 7 and XP. 
The conversion pattern is as follows:
{code:xml}
  <conversionPattern value="%-5p %d [%t] %-22.22c{1} %-18.18M [%ndc] - %m%n"/>
{code}

To sum up the example application works on Windows 8.1 but not on Windows 7 and WIndows XP. 

> log4net 2.0.7 and greater doesn't log %message pattern
> ------------------------------------------------------
>
>                 Key: LOG4NET-558
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-558
>             Project: Log4net
>          Issue Type: Bug
>          Components: Appenders
>    Affects Versions: 2.0.7, 2.0.8
>         Environment: Windows XP SP3 Home Edition
>            Reporter: Varlamov Oleg
>            Priority: Critical
>             Fix For: 1.2.15
>
>
> When we are updated log4net from 1.2.15 to 2.0.7 some of our customers report about wrong logging in RollingFileAppender. 
> Log file looks like:
> 2017-03-07 05:45:23,250 [1] WARN  Driver [2017-03-07 05:45:32,718 [1] INFO  Driver [2017-03-07 05:45:36,515 [1] INFO  Driver [2017-03-07 05:45:37,843 [1] INFO  Driver [2017-03-07 05:45:37,875 [1] INFO  Driver [2017-03-07 05:45:38,125 [1] INFO  WebcashClient [2017-03-07 05:45:40,828 [7] INFO  Driver [2017-03-07 05:45:40,937 [7] INFO  Driver [2017-03-07 05:45:41,093 [7] INFO  Driver [2017-03-07 05:45:41,296 [7] INFO  Driver [2017-03-07 05:45:41,328 [7] INFO  Driver [2017-03-07 05:45:41,328 [7] INFO  Driver [2017-03-07 05:45:41,343 [7] INFO  Driver [2017-03-07 05:45:41,343 [7] INFO  Driver [2017-03-07 05:45:41,375 [7] INFO  Driver [2017-03-07 05:45:41,375 [7] INFO  Driver [2017-03-07 05:45:41,531 [7] INFO  Driver [2017-03-07 05:45:41,531 [7] INFO  Driver [2017-03-07 05:45:41,562 [6] INFO  Driver [2017-03-07 05:45:41,562 [6] INFO  Driver [2017-03-07 05:45:41,578 [6] INFO  Driver [2017-03-07 05:45:41,578 [6] INFO  Driver [2017-03-07 05:45:41,593 [6] INFO  Driver [2017-03-07 05:45:41,593 [6] INFO  Driver [2017-03-07 05:45:41,609 [6] INFO  Driver [2017-03-07 05:45:41,609 [6] INFO  Driver [2017-03-07 05:45:41,625 [6] INFO  Driver [2017-03-07 05:45:41,625 [6] INFO  Driver [2017-03-07 05:45:41,640 [1] INFO  WebcashClient [2017-03-07 05:45:41,781 [6] INFO  Driver [2017-03-07 05:45:41,781 [6] INFO  Driver [2017-03-07 05:45:41,859 [6] ...
> As I understood it can't handle "[%property{NDC}] - %message%newline" pattern.
> Appender configuration:
>  <appender name="Driver" type="log4net.Appender.RollingFileAppender">
>       <file value="Driver" />
>       <appendToFile value="true" />
>       <encoding value="utf-8" />
>       <rollingStyle value="Date" />
>       <datePattern value="_yyyy-MM-dd'.log'" />
>       <layout type="log4net.Layout.PatternLayout">
>         <conversionPattern value="%date [%thread] %-5level %logger [%property{NDC}] - %message%newline" />
>       </layout>
>       <threshold value="DEBUG" />
>     </appender>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)