You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Robert Middleton (Jira)" <lo...@logging.apache.org> on 2022/01/15 02:04:00 UTC

[jira] [Updated] (LOGCXX-102) PropertyConfigurator does not process the RollingFileAppender options

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

Robert Middleton updated LOGCXX-102:
------------------------------------
    Fix Version/s: 0.13.0

> PropertyConfigurator does not process the RollingFileAppender options
> ---------------------------------------------------------------------
>
>                 Key: LOGCXX-102
>                 URL: https://issues.apache.org/jira/browse/LOGCXX-102
>             Project: Log4cxx
>          Issue Type: Bug
>          Components: Configurator
>    Affects Versions: 0.10.0
>            Reporter: Kriz
>            Assignee: Curt Arnold
>            Priority: Major
>             Fix For: 0.13.0
>
>         Attachments: log4cxx-102.1.patch, propertyconfigurator.cpp.patch
>
>
> Properties-file like the following are not processed by the PropertyConfigurator properly. The rollingPolicy and triggerPolicy are not created as configured.
> ---
> log4j.appender.FILE=RollingFileAppender
> log4j.appender.FILE.File=sample.log
> log4j.appender.FILE.rollingPolicy=FixedWindowRollingPolicy
> log4j.appender.FILE.rollingPolicy.MaxIndex=3
> log4j.appender.FILE.triggeringPolicy=SizeBasedTriggeringPolicy
> log4j.appender.FILE.triggeringPolicy.MaxFileSize=1MB



--
This message was sent by Atlassian Jira
(v8.20.1#820001)