[logback-dev] [JIRA] Created: (LBACCESS-20) [DOC] logback-access.html example uses obsolete <layout> in <appender> (in access.html)

Eric Estievenart (JIRA) noreply-jira at qos.ch
Mon Dec 6 15:40:51 CET 2010


[DOC] logback-access.html example uses obsolete <layout> in <appender> (in access.html)
---------------------------------------------------------------------------------------

                 Key: LBACCESS-20
                 URL: http://jira.qos.ch/browse/LBACCESS-20
             Project: logback-access
          Issue Type: Bug
    Affects Versions: 0.9.26
         Environment: -
            Reporter: Eric Estievenart
            Assignee: Logback dev list
            Priority: Trivial


http://logback.qos.ch/access.html, in example 1:
<appender name="STDOUT"
    class="ch.qos.logback.core.ConsoleAppender">
    <layout
      class="ch.qos.logback.access.PatternLayout">
------ should be ----------
<appender name="STDOUT"
    class="ch.qos.logback.core.ConsoleAppender">
    <encoder>

Cheers.

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