Thank you for the pull request [1]. Notice that the solution implemented in [1] differs slightly from the approach you tried out intuitively. In other words, the pull request uses "," to specify the default value whereas properties use ":-" as the separator.
It would be more consistent to use ":-" instead of ",". This should not be hard since, just invoke OptionHelper.extractDefaultReplacement which will return the key and its default value if there is one.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
It would be more consistent to use ":-" instead of ",". This should not be hard since, just invoke OptionHelper.extractDefaultReplacement which will return the key and its default value if there is one.
[1] https://github.com/qos-ch/logback/pull/112