[ 
https://issues.apache.org/jira/browse/LOG4PHP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052430#comment-13052430
 ] 

Ivan Habunek commented on LOG4PHP-114:
--------------------------------------

We are aware of this problem, but currently we are pouring all our efforts into 
launching version 2.1. This will be fixed after the release.

If you wish for a faster resolution of this issue, consider submitting a patch. 
:)

> Order of params in configuration is significant
> -----------------------------------------------
>
>                 Key: LOG4PHP-114
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-114
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Darja Ryazhskikh
>             Fix For: 2.2
>
>
> For example. Config as:
> <appender name="default" class="LoggerAppenderDailyFile">
>     <param name="datePattern" value="Y-m-d" />
>     <param name="file" value="logs/%s.log" />
> </appender>
> works not as:
> <appender name="default" class="LoggerAppenderDailyFile">
>     <param name="file" value="logs/%s.log" />
>     <param name="datePattern" value="Y-m-d" />
> </appender>
> That's because of setFile happens before datePattern is set. But it is 
> unexpected behavior for user.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to