[jboss-jira] [JBoss JIRA] (LOGTOOL-127) Allow expression properties to be resolved from system properties and environment variables

James Perkins (JIRA) issues at jboss.org
Mon Jul 17 10:52:01 EDT 2017


James Perkins created LOGTOOL-127:
-------------------------------------

             Summary: Allow expression properties to be resolved from system properties and environment variables
                 Key: LOGTOOL-127
                 URL: https://issues.jboss.org/browse/LOGTOOL-127
             Project: Log Tool
          Issue Type: Enhancement
            Reporter: James Perkins
            Assignee: James Perkins
            Priority: Minor
             Fix For: 2.1.0.Alpha3


Currently some annotations allow for expressions to be defined for certain attributes. These values are resolved from a properties file passed as an annotation processor argument. It may be useful for system properties for environment variables to be resolved.

For system properties the expression prefix would be {{sys}}: 
{code}
${sys.key}
{code}

For environment variables the expression prefix would be {{env}}:
{code}
${env.key}
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list