From 90b2ddc0942f651133bca9a67ae18654e6f438ef Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 5 Sep 2011 07:50:12 +0000
Subject: [PATCH] LMS-2471 STATUS logs -> jetty.out

SVN: 22776
---
 openbis/dist/server/etc/log.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/openbis/dist/server/etc/log.xml b/openbis/dist/server/etc/log.xml
index e806ca7986a..5d16d4ee473 100644
--- a/openbis/dist/server/etc/log.xml
+++ b/openbis/dist/server/etc/log.xml
@@ -95,6 +95,14 @@
         <appender-ref ref="USAGE" />
     </category>
 
+    <!--
+        // If we have the category 'STATUS' and we send a logging event with priority 'info', then log to STDOUT (will go into jetty.out).
+    -->
+    <category name="STATUS">
+        <priority value="info" />
+        <appender-ref ref="STDOUT" />
+    </category>
+
     <!--
         // If we have the category 'ACCESS' and we send a logging event with priority 'info', then log to USAGE.
     -->
-- 
GitLab