~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/libs/juti/java/logging.properties

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Specify the handlers to create in the root logger
 
2
# (all loggers are children of the root logger)
 
3
# The following creates two handlers
 
4
handlers = java.util.logging.ConsoleHandler
 
5
 
 
6
# Set the default logging level for the root logger
 
7
.level = INFO
 
8
 
 
9
com.sun.grid.level = FINE
 
10
 
 
11
# Set the default logging level for new FileHandler instances
 
12
java.util.logging.FileHandler.level = INFO
 
13
 
 
14
# Set the default formatter for new ConsoleHandler instances
 
15
java.util.logging.ConsoleHandler.level = ALL
 
16
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter