Skip to content

Commit baf1277

Browse files
committed
Couldn't get the ConfigurationFactory to play nice with the docker container. Switching to a different strategy.
1 parent df98192 commit baf1277

File tree

2 files changed

+0
-345
lines changed

2 files changed

+0
-345
lines changed

server/bootstrap/src/org/labkey/bootstrap/LabKeyBootstrapClassLoader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public class LabKeyBootstrapClassLoader extends WebappClassLoader implements Exp
5555
String headless = "java.awt.headless";
5656
if (System.getProperty(headless) == null)
5757
System.setProperty(headless, "true");
58-
59-
// Initialize the Log4j Composite Configuration factory
60-
System.setProperty("log4j.configurationFactory", "org.labkey.api.util.logging.LabKeyLog4j2ConfigurationFactory");
6158
}
6259

6360
private ModuleExtractor _moduleExtractor;

server/embedded/src/main/resources/configs/00.log4j2.xml

Lines changed: 0 additions & 342 deletions
This file was deleted.

0 commit comments

Comments
 (0)