From f2f303d155655e6652ec7b9de680ca575e67d078 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 9 May 2022 15:54:38 +0200 Subject: Revert "Setup vespalog in jdisc core [run-systemtest]" --- jdisc_core/src/main/java/com/yahoo/jdisc/core/ApplicationLoader.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'jdisc_core/src') diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/core/ApplicationLoader.java b/jdisc_core/src/main/java/com/yahoo/jdisc/core/ApplicationLoader.java index 601a96da24d..952e8dd5f00 100644 --- a/jdisc_core/src/main/java/com/yahoo/jdisc/core/ApplicationLoader.java +++ b/jdisc_core/src/main/java/com/yahoo/jdisc/core/ApplicationLoader.java @@ -16,8 +16,6 @@ import com.yahoo.jdisc.application.OsgiHeader; import com.yahoo.jdisc.service.ContainerNotReadyException; import com.yahoo.jdisc.service.CurrentContainer; import com.yahoo.jdisc.statistics.ContainerWatchdogMetrics; -import com.yahoo.log.impl.InitializeLog; -import com.yahoo.log.LogSetup; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; import org.osgi.framework.BundleException; @@ -48,7 +46,6 @@ public class ApplicationLoader implements BootstrapLoader, ContainerActivator, C private ApplicationInUseTracker applicationInUseTracker; public ApplicationLoader(OsgiFramework osgiFramework, Iterable guiceModules) { - InitializeLog.init(); this.osgiFramework = osgiFramework; this.guiceModules.install(new ApplicationEnvironmentModule(this)); this.guiceModules.installAll(guiceModules); @@ -201,7 +198,6 @@ public class ApplicationLoader implements BootstrapLoader, ContainerActivator, C try { watchdog.close(); osgiFramework.stop(); - LogSetup.cleanup(); } catch (BundleException | InterruptedException e) { e.printStackTrace(); } -- cgit v1.2.3