source: tmcsimulator/trunk/config/cad_client_logging.properties @ 2

Revision 2, 626 bytes checked in by jdalbey, 10 years ago (diff)

Initial Import of project files

  • Property svn:executable set to *
Line 
1handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler
2   
3# Set the default logging level for the root logger
4tmcsim.level = ALL
5   
6# Set the default logging level for new FileHandler instances
7java.util.logging.FileHandler.level = ALL
8java.util.logging.FileHandler.pattern = logs/cad_client.log
9java.util.logging.FileHandler.limit = 500000
10java.util.logging.FileHandler.count = 5
11java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
12
13   
14# Set the default formatter for new ConsoleHandler instances
15java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
Note: See TracBrowser for help on using the repository browser.