commit | 3eb19d49a4eb4955d23b0eb90b6b5cbe8b7d18da | [log] [tgz] |
---|---|---|
author | Piotr P. Karwasz <piotr.github@karwasz.org> | Fri Oct 06 07:52:51 2023 +0200 |
committer | Piotr P. Karwasz <piotr.github@karwasz.org> | Fri Oct 06 20:55:21 2023 +0200 |
tree | 56be69f936989a402fa76dde0df32f52f9bc79d4 | |
parent | ba8aad44d0f19ad370e2a9d134c87d586bec3312 [diff] |
Allow Spring arbiter with no Spring environment present Most Log4j configurations in Spring Boot are used twice: with no environment and with an environment present. Therefore the Spring Boot arbiter should not fail with no environment. Fixes #1783.