[
https://issues.apache.org/jira/browse/LOG4NET-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davyd McColl closed LOG4NET-558.
--------------------------------
Resolution: Fixed
Hi
In a bid to get the machinery all going again, I'm closing out old issues,
especially when:
- they are against older versions of log4net ( < 2)
- they have no associated pull request
- they are unlikely to receive attention because they're wishlist material
I'm doing this to try to increase the signal-to-noise ratio so that it's more
likely
that issues which can be attended to get the attention they deserve.
I'm not doing this because your contribution isn't important. On the contrary,
if
the problem still persists, please raise a new issue -- I'd like to know about
it.
> 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
>
> Attachments: ConsoleApp1.zip, image-2018-06-06-15-10-06-024.png
>
>
> 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
(v8.3.4#803005)