Author: slotia Date: 2009-08-14 07:11:16 -0700 (Fri, 14 Aug 2009) New Revision: 17823
Modified: cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties Log: Updated org.ops4j.pax.logging.properties so that the number of useless log messages issued is reduced Modified: cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties =================================================================== --- cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties 2009-08-14 10:40:16 UTC (rev 17822) +++ cytoscape3/trunk/configurations/services/org.ops4j.pax.logging.properties 2009-08-14 14:11:16 UTC (rev 17823) @@ -1 +1,26 @@ +# pax-logging configuration +# author: Pasteur + +# The following specifies that log messages are sent to the Console and +# status bar log4j.rootLogger=ALL, osgi:OrgCytoscapeLogSwingAdvancedAppender, osgi:OrgCytoscapeLogSwingSimpleAppender, osgi:OrgCytoscapeLogSwingStatusBarAppender + +# Unfortunately, pax-logging grabs a bunch of useless messages from +# the standard library classes, JVM-specific classes, and from +# the Spring framework. In order to reduce the amount of messages, +# the following lines are included that ignore messages from +# java.*, javax.*, sun.*, and org.springframework.*. + +log4j.appender.nullAppender=org.apache.log4j.varia.NullAppender + +log4j.logger.java=NONE,nullAppender +log4j.additivity.java=false + +log4j.logger.javax=NONE,nullAppender +log4j.additivity.javax=false + +log4j.logger.sun=NONE,nullAppender +log4j.additivity.sun=false + +log4j.logger.org.springframework=NONE,nullAppender +log4j.additivity.org.springframework=false --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en -~----------~----~----~----~------~----~------~--~---
