source: tmcsimulator/trunk/config/windowsConfig/paramics_communicator_logging.properties @ 31

Revision 31, 736 bytes checked in by bokumura, 10 years ago (diff)

Initial commit of all of the config files from the config directory restructure.

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
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/paramics_communicator.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
16
17LogFile = paramics_communication_log.xml
18CADSimulatorHost = 127.0.0.1
19CADSimulatorRMIPort = 4450
Note: See TracBrowser for help on using the repository browser.