Re: LOG4J2-3366 Fix order of property sources

2022-02-01 Thread Matt Sicker
Seems reasonable. I think the initial idea was that environment variables were easier to configure after the fact than system properties, so env vars had highest precedence. However, I guess that doesn't work too well with system properties, so reversing them seems ok. On Tue, Feb 1, 2022 at 6:37

LOG4J2-3366 Fix order of property sources

2022-02-01 Thread Volkan Yazıcı
I agree with the points of Piotr P. Karwasz in LOG4J2-3366 . Unless there are objections, I will ask for a PR.