You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Fabrice Daugan (JIRA)" <ji...@apache.org> on 2018/01/17 18:17:00 UTC

[jira] [Comment Edited] (LOG4J2-2197) Document default property value support

    [ https://issues.apache.org/jira/browse/LOG4J2-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328902#comment-16328902 ] 

Fabrice Daugan edited comment on LOG4J2-2197 at 1/17/18 6:16 PM:
-----------------------------------------------------------------

[PR #142|https://github.com/apache/logging-log4j2/pull/142] created


was (Author: fabdouglas):
With pleasure.

> Document default property value support
> ---------------------------------------
>
>                 Key: LOG4J2-2197
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2197
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Lookups
>    Affects Versions: 2.10.0
>            Reporter: Fabrice Daugan
>            Priority: Major
>
> As Spring and some other libraries, it would be nice to support default property value. For sample : 
> {{$\{sys:property_name:default_value}}}
> Lookup will return the actual system property value of "property_name" if defined, otherwise "default_value".
> The form without default value would work as normal and return a "null" value when this property is not defined.
> The way of getting the default value will be similar to "ResourceBundleLookup" and both "EnvironmentLookup" and "SystemPropertiesLookup" will benefit this feature.
> Patch incoming...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)