| 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
|
| Rev | Line | |
|---|
| 1 | handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler |
|---|
| 2 | |
|---|
| 3 | # Set the default logging level for the root logger |
|---|
| 4 | tmcsim.level = ALL |
|---|
| 5 | |
|---|
| 6 | # Set the default logging level for new FileHandler instances |
|---|
| 7 | java.util.logging.FileHandler.level = ALL |
|---|
| 8 | java.util.logging.FileHandler.pattern = logs/paramics_communicator.log |
|---|
| 9 | java.util.logging.FileHandler.limit = 500000 |
|---|
| 10 | java.util.logging.FileHandler.count = 5 |
|---|
| 11 | java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | # Set the default formatter for new ConsoleHandler instances |
|---|
| 15 | java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter |
|---|
| 16 | |
|---|
| 17 | LogFile = paramics_communication_log.xml |
|---|
| 18 | CADSimulatorHost = 127.0.0.1 |
|---|
| 19 | CADSimulatorRMIPort = 4450 |
|---|
Note: See
TracBrowser
for help on using the repository browser.