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 (Commented) (JIRA)" <ji...@apache.org> on 2011/12/08 16:57:39 UTC

[jira] [Commented] (LOG4PHP-83) Filters can not be configured using log4php.properties, only via XML

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

Ivan Habunek commented on LOG4PHP-83:
-------------------------------------

I don't think we should spend too much time implementing new features in the properties configuration format.

The docs clearly state that filters are not configurable via properties.
http://logging.apache.org/log4php/docs/appender/filter.html#Configuring

I propose a "won't fix" resolution on this one. Any objections?
                
> Filters can not be configured using log4php.properties, only via XML
> --------------------------------------------------------------------
>
>                 Key: LOG4PHP-83
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-83
>             Project: Log4php
>          Issue Type: New Feature
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Christian Hammers
>            Priority: Minor
>             Fix For: 2.2
>
>
> I file a bug so that it does not get forgotten....
> -------------------------------
> Hi,
> yes, thats true. And its documented :-)
> http://ci.apache.org/projects/log4php/docs/appender-filter.html
> As far as I know this is not implemented by Log4J itself. But -imho-
> this is not preventing us to do so. If you do, have in mind that
> filters needs parameters too.
> Cheers
> Christian
> On Tue, Sep 8, 2009 at 11:50 PM, Christian Hammers<ch...@lathspell.de> wrote:
> > Hello
> >
> > Can it be that LoggerConfiguratorIni does not understand filters?
> >
> >    <appender name="default" class="LoggerAppenderEcho">
> >        <layout class="LoggerLayoutTTCC"/>
> >        <filter class="LoggerFilterDenyAll"/>
> >
> > works while
> >
> >        log4php.appender.default = LoggerAppenderEcho
> >        log4php.appender.default.layout = LoggerLayoutTTCC
> >        log4php.appender.default.filter = LoggerFilterDenyAll
> >        log4php.rootLogger = DEBUG, default
> >
> > does not.
> >
> > Is this intended? If so it should be better documented :)
> >

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira