| Revision 31,
626 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/cad_client.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 |
|---|
Note: See
TracBrowser
for help on using the repository browser.