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 "Christian Hammers (JIRA)" <ji...@apache.org> on 2009/10/11 01:30:32 UTC

[jira] Updated: (LOG4PHP-81) Boolean values in .properties files and incorrectly parsed by LoggerConfiguratorIni

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

Christian Hammers updated LOG4PHP-81:
-------------------------------------

    Fix Version/s: 2.0

> Boolean values in .properties files and incorrectly parsed by LoggerConfiguratorIni
> -----------------------------------------------------------------------------------
>
>                 Key: LOG4PHP-81
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-81
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>            Reporter: Christian Hammers
>             Fix For: 2.0
>
>         Attachments: BooleansInProperties.diff, layout_ttcc.php, layout_ttcc.properties, LoggerOptionConverterTest.php
>
>
> Currently boolean values in log4php.properties have to be written as "true" and "false", i.e. as strings because they do not get parsed correctly else.
> This is quite irritating as the ini file format as well as the name of the configurator suggests that this file does behave like a PHP .ini file where true/false/on/off etc. can be used.
> Moreover it is no problem with log4j and the properties files should be interchangeable if possible.
> As I was bitten by this bug myself for the third time now I tried to fix it :)
> The patch currently only fixes LoggerLayoutTTCC and most probably breaks a whole lot of other stuff but it shows the right way, I guess.
> bye,
> -christian-

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.