ppkarwasz commented on issue #3569:
URL: 
https://github.com/apache/logging-log4j2/issues/3569#issuecomment-2753648712

   @shaonan666,
   
   I was looking at the heap dump you shared before:
   
   
![Image](https://github.com/user-attachments/assets/4ed5c638-e571-4737-9802-0b17d5cdf0eb)
   
   I am not able to reproduce this state, **unless** I add an [Additional 
Context 
Property](https://logging.apache.org/log4j/2.x/manual/configuration.html#logger-elements-properties)
 to my logger configuration:
   
   ```xml
   <Root level="INFO">
     <AppenderRef ref="FILE"/>
     <Property name="key" value="value"/>
   </Root>
   ```
   
   Can you share your `log4j2.xml` configuration file?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to