You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Dominik Psenner (JIRA)" <ji...@apache.org> on 2018/01/10 23:14:02 UTC

[jira] [Closed] (LOG4NET-183) Appender: RemoteSyslogAppender, semicolon persist if identity value is an empty string

     [ https://issues.apache.org/jira/browse/LOG4NET-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Psenner closed LOG4NET-183.
-----------------------------------
       Resolution: Fixed
         Assignee: Dominik Psenner
    Fix Version/s:     (was: 1.2/2.0 Maintenance Release)
                   1.2.12

To me this looks like it has been fixed along with LOG4NET-370 and released as part of 1.2.12.

> Appender: RemoteSyslogAppender, semicolon persist if identity value is an empty string
> --------------------------------------------------------------------------------------
>
>                 Key: LOG4NET-183
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-183
>             Project: Log4net
>          Issue Type: Bug
>          Components: Appenders
>    Affects Versions: 1.2.10
>         Environment: Windows XP, .Net 2.0
>            Reporter: Victor Munoz
>            Assignee: Dominik Psenner
>            Priority: Minor
>             Fix For: 1.2.12
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Filename: RemolteSyslogAppender.cs
> -------------------------------------------------------
> // Identity
> if (m_identity != null)
> {
>     m_identity.Format(writer, loggingEvent);
> }
> Else
> {
>     writer.Write(loggingEvent.Domain);
> }
> writer.Write(": ");  <------------------------------- ALWAYS include semicolon, even if identity is an empty string.
>  



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