[jira] [Commented] (LOG4J2-3470) Expressions in property values are not expanded anymore

2022-05-04 Thread Jan Mosig (Jira)


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

Jan Mosig commented on LOG4J2-3470:
---

FYI: It was a problem within one of our own logging solutions that did not play 
well together with Log4j 2.17.2. We fixed the issue and everything now works as 
expected.

> Expressions in property values are not expanded anymore
> ---
>
> Key: LOG4J2-3470
> URL: https://issues.apache.org/jira/browse/LOG4J2-3470
> Project: Log4j 2
>  Issue Type: Bug
>Affects Versions: 2.17.2
> Environment: Running with / in:
> * Spring Boot 2.6.6
> * log4j 2.17.2
> * Docker / K8s on Amazon EKS
> * Java 11
>Reporter: Jan Mosig
>Priority: Major
>
> In our logging submodule we are using log4j2 properties with value 
> expressions to do things, e. g.
> {code}
> 
> 
> {code}
> However, since we upgraded to 2.17.2, the expressions are not (always) 
> expanded anymore, i. e. the log will contain 
> {{environment:${env:ENVIRONMENT}}} rather than {{environment:my-fancy-env}}.
> The behavior is reproducible, however different applications behave 
> differently, i. e. the same configuration yields different results (as in a 
> race condition). The behavior is the same for the same config and application.
> Our current *workaround* is to downgrade to 2.17.1 for the time being.
> Is there maybe a connection to recently introduced raw values? Is this 
> related to LOG4J2-3434?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (LOG4J2-3470) Expressions in property values are not expanded anymore

2022-04-07 Thread Jan Mosig (Jira)


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

Jan Mosig commented on LOG4J2-3470:
---

The application's configuration is this:

{code}




























{code}

As for the configuration within the cloud I don't really know. If you also need 
it, I could investigate.

> Expressions in property values are not expanded anymore
> ---
>
> Key: LOG4J2-3470
> URL: https://issues.apache.org/jira/browse/LOG4J2-3470
> Project: Log4j 2
>  Issue Type: Bug
>Affects Versions: 2.17.2
> Environment: Running with / in:
> * Spring Boot 2.6.6
> * log4j 2.17.2
> * Docker / K8s on Amazon EKS
> * Java 11
>Reporter: Jan Mosig
>Priority: Major
>
> In our logging submodule we are using log4j2 properties with value 
> expressions to do things, e. g.
> {code}
> 
> 
> {code}
> However, since we upgraded to 2.17.2, the expressions are not (always) 
> expanded anymore, i. e. the log will contain 
> {{environment:${env:ENVIRONMENT}}} rather than {{environment:my-fancy-env}}.
> The behavior is reproducible, however different applications behave 
> differently, i. e. the same configuration yields different results (as in a 
> race condition). The behavior is the same for the same config and application.
> Our current *workaround* is to downgrade to 2.17.1 for the time being.
> Is there maybe a connection to recently introduced raw values? Is this 
> related to LOG4J2-3434?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)