|
From: Peter P. <pr...@us...> - 2007-02-02 19:29:14
|
Update of /cvsroot/pyxida/Pyxida/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26504/config Modified Files: pyxida.cfg Added Files: log-logserver.config Log Message: Minor fixes --- NEW FILE: log-logserver.config --- ############################################################ # Default Logging Configuration File # # You can use a different file by specifying a filename # with the java.util.logging.config.file system property. # For example java -Djava.util.logging.config.file=myfile ############################################################ # "handlers" specifies a comma separated list of log Handler # classes. These handlers will be installed during VM startup. handlers= java.util.logging.ConsoleHandler # Default global logging level. .level= CONFIG ############################################################ # Handler specific properties. ############################################################ # Limit the messages that are printed on the console: java.util.logging.ConsoleHandler.level = FINEST # use this format instead of the default java.util.logging.SimpleFormatter java.util.logging.ConsoleHandler.formatter = edu.harvard.syrah.prp.LogFormatter ############################################################ # Provides extra control for each logger. ############################################################ # For example, set the com.xyz.foo logger to only log SEVERE # messages: #com.xyz.foo.level = SEVERE #sun.rmi.level = CONFIG ############################################################################################### main ############################################################################################### edu.harvard.syrah.level = INFO #edu.harvard.syrah.level = FINEST ############################################################################################### async ############################################################################################### #edu.harvard.syrah.sbon.async.level = CONFIG ############################################################################################### pyxida ############################################################################################### edu.harvard.syrah.pyxida.level = DEBUG edu.harvard.syrah.pyxida.ping.level = DEBUG Index: pyxida.cfg =================================================================== RCS file: /cvsroot/pyxida/Pyxida/config/pyxida.cfg,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pyxida.cfg 2 Feb 2007 16:07:23 -0000 1.11 --- pyxida.cfg 2 Feb 2007 19:29:12 -0000 1.12 *************** *** 38,40 **** pyxida.logserver=columbia.doc.ic.ac.uk ! #pyxida.logserver.error_interval=10000 \ No newline at end of file --- 38,44 ---- pyxida.logserver=columbia.doc.ic.ac.uk ! # Specifies how often to retry connecting to the log server (read by the nodes) ! #pyxida.logserver.error_interval=10000 ! ! # Specifies the log interval (read by the server) ! #pyxida.logserver.log_interval=10000 \ No newline at end of file |