| 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 | |
|---|
| 19 | # Set properties for 2016 --jd |
|---|
| 20 | LogFile=paramics_communicator.log |
|---|
| 21 | # Ethernet cable in operator room |
|---|
| 22 | #CADSimulatorHost=192.168.251.119 |
|---|
| 23 | # PC1 in operator room (Service Tag BHLLD42) |
|---|
| 24 | CADSimulatorHost=192.168.251.116 |
|---|
| 25 | # Virtual Host: TMCSIM Manager |
|---|
| 26 | #CADSimulatorHost=192.168.251.88 |
|---|
| 27 | # For local testing |
|---|
| 28 | CADSimulatorHost = 127.0.0.1 |
|---|
| 29 | |
|---|
| 30 | CADSimulatorRMIPort=4445 |
|---|
| 31 | #CADSimulatorRMIPort = 4450 |
|---|
Note: See
TracBrowser
for help on using the repository browser.