Update `Log4J2LoggingSystem` to add the Spring `Environment` to Log4j2's
`LoggerContext`. This allow Log4j2 plugins to access the `Environment`
if they need it.
See gh-32731
@ -84,6 +85,11 @@ public class Log4J2LoggingSystem extends AbstractLoggingSystem {
@@ -84,6 +85,11 @@ public class Log4J2LoggingSystem extends AbstractLoggingSystem {
@ -227,6 +233,8 @@ public class Log4J2LoggingSystem extends AbstractLoggingSystem {
@@ -227,6 +233,8 @@ public class Log4J2LoggingSystem extends AbstractLoggingSystem {