|
From: Jonathan L. <le...@us...> - 2006-11-27 19:16:58
|
Update of /cvsroot/pyxida/Pyxida/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21258 Added Files: log.config Log Message: cbHandled weirdness --- NEW FILE: log.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 = SEVERE ############################################################################################### async ############################################################################################### edu.harvard.syrah.sbon.async.level = WARN ############################################################################################### pyxida ############################################################################################### edu.harvard.syrah.pyxida.nc.level = DEBUG |