You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Ivan Habunek (JIRA)" <ji...@apache.org> on 2012/10/08 10:28:02 UTC

[jira] [Closed] (LOG4PHP-157) properties files in some of the examples leave out the mandatory quotes

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

Ivan Habunek closed LOG4PHP-157.
--------------------------------

    Resolution: Not A Problem
    
> properties files in some of the examples leave out the mandatory quotes
> -----------------------------------------------------------------------
>
>                 Key: LOG4PHP-157
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-157
>             Project: Log4php
>          Issue Type: Bug
>          Components: Website
>    Affects Versions: 2.1.0
>         Environment: webpage
>            Reporter: Alexander Lehmann
>            Priority: Minor
>
> e.g. on http://logging.apache.org/log4php/docs/configuration.html
> the example properties look like this:
> # Set root logger level to DEBUG and its only appender to A1.
> log4php.rootLogger=DEBUG, A1
> # A1 is set to be a ConsoleAppender.
> log4php.appender.A1=LoggerAppenderConsole
> # A1 uses PatternLayout.
> log4php.appender.A1.layout=LoggerLayoutPattern
> log4php.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
> the ConversionPattern entries do not work since the spaces have to be included with quotes, this is correct on the page that explains appender layouts but wrong elsewhere.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira