[logback-dev] [JIRA] Commented: (LBCLASSIC-116) SyslogAppender should support RFC 5424
Ralph Goers (JIRA)
noreply-jira at qos.ch
Fri Aug 28 10:28:36 CEST 2009
[ http://jira.qos.ch/browse/LBCLASSIC-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11285#action_11285 ]
Ralph Goers commented on LBCLASSIC-116:
---------------------------------------
I fixed the version and discovered I had misnamed one of the options. However, after pushing to github I ran mvn clean intall and I am now getting a test failure I haven't seen before:
Results :
Failed tests:
dailySizeBasedRollover(ch.qos.logback.core.rolling.TimeBasedRollingWithArchiveRemovalTest)
Tests run: 256, Failures: 1, Errors: 0, Skipped: 1
java.lang.AssertionError: expected:<6> but was:<5>
at org.junit.Assert.fail(Assert.java:74)
at org.junit.Assert.failNotEquals(Assert.java:448)
at org.junit.Assert.assertEquals(Assert.java:102)
at org.junit.Assert.assertEquals(Assert.java:323)
at org.junit.Assert.assertEquals(Assert.java:319)
at ch.qos.logback.core.rolling.TimeBasedRollingWithArchiveRemovalTest.checkPatternCompliance(TimeBasedRollingWithArchiveRemovalTest.java:280)
at ch.qos.logback.core.rolling.TimeBasedRollingWithArchiveRemovalTest.dailySizeBasedRollover(TimeBasedRollingWithArchiveRemovalTest.java:126)
> SyslogAppender should support RFC 5424
> --------------------------------------
>
> Key: LBCLASSIC-116
> URL: http://jira.qos.ch/browse/LBCLASSIC-116
> Project: logback-classic
> Issue Type: Improvement
> Components: appender
> Affects Versions: 0.9.16
> Environment: All
> Reporter: Ralph Goers
> Assignee: Logback dev list
>
> The SyslogAppender supports RFC 3164. RFC 5424 has been released with obsoletes RFC 3164. See http://www.ietf.org/rfc/rfc5424.txt. At the very least the format of the timestamp has been changed. Either the SyslogAppender should be enhanced to comply with RFC 5424 or a new SyslogAppender should be created which does.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list