Change how log4j finds its config.

log4j is reacting less well to reconfigurations, so this moves the config file location to earlier in the process, so that no class sees an unconfigured instance.
This commit is contained in:
Derry Hamilton 2023-07-11 14:07:37 +01:00
parent 441b2f4191
commit 866d02fb52
5 changed files with 2 additions and 13 deletions

View file

@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>com.rasilon.ujetl</groupId>
<artifactId>CopyingApp</artifactId>
<packaging>jar</packaging>
<version>2.4.4</version>
<version>2.5.0</version>
<name>uJETL</name>
<url>https://github.com/rasilon/ujetl</url>
<properties>