From 760aefa29796a54637d691352a4e9222fab926a7 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Tue, 24 Apr 2007 15:17:00 +0000 Subject: [PATCH] trying to convince commons-logging to use JDK logging to avoid memory leak when hudson is reloaded. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3225 71c3de6d-444a-0410-be80-ed276b4c234a --- .../META-INF/services/org.apache.commons.logging.LogFactory | 1 + 1 file changed, 1 insertion(+) create mode 100644 core/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory diff --git a/core/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory b/core/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory new file mode 100644 index 0000000000..01844c59a3 --- /dev/null +++ b/core/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory @@ -0,0 +1 @@ +org.apache.commons.logging.impl.Jdk14Logger \ No newline at end of file -- GitLab