Spencer Gibb created LOG4J2-2911:
------------------------------------
Summary: Log4j2EventListener in ...spring.cloud.config.client
listens for wrong event
Key: LOG4J2-2911
URL: https://issues.apache.org/jira/browse/LOG4J2-2911
Project: Log4j 2
Issue Type: Bug
Reporter: Spencer Gibb
org.apache.logging.log4j.spring.cloud.config.client.Log4j2EventListener
currently listens for `RemoteApplicationEvent`. This is incorrenct.
`RemoteApplicationEvent` could be any number of things, not just an event.
Also, refresh events can come from more than spring cloud bus.
When a remote refresh event is received, a `EnvironmentChangeEvent` (which is a
spring ApplicationEvent) is published. That would be more appropriate to listen
for.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)