You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ja...@apache.org on 2012/11/09 14:58:05 UTC

svn commit: r1407458 - /servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties

Author: janstey
Date: Fri Nov  9 13:58:05 2012
New Revision: 1407458

URL: http://svn.apache.org/viewvc?rev=1407458&view=rev
Log:
SMX4-1278 - stop Jetty from logging to the console

Modified:
    servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties

Modified: servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties?rev=1407458&r1=1407457&r2=1407458&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties (original)
+++ servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties Fri Nov  9 13:58:05 2012
@@ -118,3 +118,6 @@ javax.xml.transform.TransformerFactory=o
 # CXF Log configuration
 #
 org.apache.cxf.Logger=org.apache.cxf.common.logging.Slf4jLogger
+
+# Workaround for KARAF-1117: Jetty will use a JUL logger.
+org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog