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
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.