Ceki Gulcu commented on Improvement LOGBACK-246
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.


[1] https://github.com/qos-ch/logback/pull/112
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
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to