From 84ea6de3cbf4a7a2dec683579ae34b1d708bfeaf Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Mon, 23 May 2011 10:57:40 +0000 Subject: [PATCH] [LMS-2260] the message "SERVER STARTED" should be logged *after* the RPC services are up and running SVN: 21426 --- openbis/source/java/genericApplicationContext.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis/source/java/genericApplicationContext.xml b/openbis/source/java/genericApplicationContext.xml index c4655a95e24..3558d0caa19 100644 --- a/openbis/source/java/genericApplicationContext.xml +++ b/openbis/source/java/genericApplicationContext.xml @@ -213,6 +213,7 @@ --> <bean class="ch.systemsx.cisd.common.spring.LogAdvisor" /> + <bean class="ch.systemsx.cisd.common.spring.MarkerLogApplicationListener"/> <!-- // Plugins -- GitLab