logging-log4j2
logging-log4j2 copied to clipboard
[LOG4J2-3559] Correct normalization problem.
Properties not starting with 'log4j' are normalized to 'LOG4J' for environment variables and 'log4j2.' for system properties. This PR
normalizes them to null.
@garydgregory, can you check if it solves your problem?